Skip to content

Commit 44f108c

Browse files
Bump org.testng:testng from 7.11.0 to 7.12.0
Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.11.0 to 7.12.0. - [Release notes](https://github.com/testng-team/testng/releases) - [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt) - [Commits](testng-team/testng@7.11.0...7.12.0) --- updated-dependencies: - dependency-name: org.testng:testng dependency-version: 7.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c850d0 commit 44f108c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ subprojects {
6262
api("com.google.code.findbugs:jsr305:3.0.2")
6363

6464
testImplementation("com.google.guava:guava:33.4.8-jre")
65-
testImplementation("org.testng:testng:7.11.0")
65+
testImplementation("org.testng:testng:7.12.0")
6666
}
6767

6868
idea {

0 commit comments

Comments
 (0)