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 6fda055 commit 62991bcCopy full SHA for 62991bc
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:6.14.3'
+ testImplementation 'org.testng:testng:7.0.0'
17
}
18
19
test {
0 commit comments