Skip to content

Commit 19d954c

Browse files
Bump testng from 7.1.1 to 7.2.0 in /examples (#2441)
Bumps [testng](https://github.com/cbeust/testng) from 7.1.1 to 7.2.0. - [Release notes](https://github.com/cbeust/testng/releases) - [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt) - [Commits](https://github.com/cbeust/testng/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent d64e579 commit 19d954c

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.1.1'
16+
testImplementation 'org.testng:testng:7.2.0'
1717
}
1818

1919
test {

0 commit comments

Comments
 (0)