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.
2 parents 0c7b6ad + 06c591d commit e815152Copy full SHA for e815152
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.3.8'
16
- testImplementation 'org.testng:testng:7.5'
+ testImplementation 'org.testng:testng:7.5.1'
17
testImplementation 'org.assertj:assertj-core:3.24.2'
18
}
19
0 commit comments