Skip to content

Commit 858b1aa

Browse files
Bump testng from 7.3.0 to 7.4.0 in /examples
Bumps [testng](https://github.com/cbeust/testng) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/cbeust/testng/releases) - [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt) - [Commits](testng-team/testng@7.3.0...7.4.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6dd2475 commit 858b1aa

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:7.3.0'
16+
testImplementation 'org.testng:testng:7.4.0'
1717
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
1818
}
1919

0 commit comments

Comments
 (0)