Skip to content

Commit

Permalink
Update dependency org.testng:testng to v7.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent 11ed232 commit 9333524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-projects/testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {

dependencies {
testImplementation "com.tngtech.jgiven:jgiven-testng:${version}"
testImplementation 'org.testng:testng:7.9.0'
testImplementation 'org.testng:testng:7.10.0'
}

test.useTestNG() {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spring-context = { module = "org.springframework:spring-context", version.ref =
spring-test = { module = "org.springframework:spring-test", version.ref = "spring-version" }
spring-tx = { module = "org.springframework:spring-tx", version.ref = "spring-version" }
spring-jdbc = { module = "org.springframework:spring-jdbc", version.ref = "spring-version" }
testng = { module = "org.testng:testng", version="7.9.0" }
testng = { module = "org.testng:testng", version="7.10.0" }

[bundles]
junit4 = [ "junit4", "junit4-dataprovider", "junit4-params" ]
Expand Down

0 comments on commit 9333524

Please sign in to comment.