Skip to content

Commit 62991bc

Browse files
Bump testng from 6.14.3 to 7.0.0 in /examples
Bumps testng from 6.14.3 to 7.0.0. Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6fda055 commit 62991bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/redis-backed-cache-testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation 'com.google.guava:guava:23.0'
1414
testImplementation 'org.testcontainers:testcontainers'
1515
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
16-
testImplementation 'org.testng:testng:6.14.3'
16+
testImplementation 'org.testng:testng:7.0.0'
1717
}
1818

1919
test {

0 commit comments

Comments
 (0)