pin Testng dependencies to 7.3.0 (#15924)

This commit is contained in:
AlbericByte 2024-02-27 17:48:13 -08:00 committed by GitHub
parent e7d753d4b0
commit f07d402f48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ updates:
# pin Jetty dependencies to 9.4.x
- dependency-name: "org.eclipse.jetty"
versions: "[9.5,)"
# pin Testng dependencies to 7.3.0
- dependency-name: "org.testng"
versions: "[7.4.0,)"