Skip to content

Commit 76dbcab

Browse files
committed
Update dependency org.testng:testng to v7.9.0
Signed-off-by: Renovate Bot <[email protected]>
1 parent 0917b82 commit 76dbcab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example-projects/testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727

2828
dependencies {
2929
testImplementation "com.tngtech.jgiven:jgiven-testng:${version}"
30-
testImplementation 'org.testng:testng:7.8.0'
30+
testImplementation 'org.testng:testng:7.9.0'
3131
}
3232

3333
test.useTestNG() {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spring-context = { module = "org.springframework:spring-context", version.ref =
2929
spring-test = { module = "org.springframework:spring-test", version.ref = "spring-version" }
3030
spring-tx = { module = "org.springframework:spring-tx", version.ref = "spring-version" }
3131
spring-jdbc = { module = "org.springframework:spring-jdbc", version.ref = "spring-version" }
32-
testng = { module = "org.testng:testng", version="7.8.0" }
32+
testng = { module = "org.testng:testng", version="7.9.0" }
3333

3434
[bundles]
3535
junit4 = [ "junit4", "junit4-dataprovider", "junit4-params" ]

0 commit comments

Comments
 (0)