mirror of https://github.com/apache/druid.git
pin Testng dependencies to 7.3.0 (#15924)
This commit is contained in:
parent
e7d753d4b0
commit
f07d402f48
|
@ -12,3 +12,6 @@ updates:
|
||||||
# pin Jetty dependencies to 9.4.x
|
# pin Jetty dependencies to 9.4.x
|
||||||
- dependency-name: "org.eclipse.jetty"
|
- dependency-name: "org.eclipse.jetty"
|
||||||
versions: "[9.5,)"
|
versions: "[9.5,)"
|
||||||
|
# pin Testng dependencies to 7.3.0
|
||||||
|
- dependency-name: "org.testng"
|
||||||
|
versions: "[7.4.0,)"
|
||||||
|
|
Loading…
Reference in New Issue