We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8495506 commit cce9015Copy full SHA for cce9015
examples/redis-backed-cache-testng/build.gradle
@@ -13,7 +13,7 @@ dependencies {
13
implementation 'com.google.guava:guava:23.0'
14
testImplementation 'org.testcontainers:testcontainers'
15
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
16
- testImplementation 'org.testng:testng:7.1.1'
+ testImplementation 'org.testng:testng:7.2.0'
17
}
18
19
test {
0 commit comments