Skip to content

Commit 76b4a5f

Browse files
Bump org.testng:testng from 7.10.2 to 7.11.0 (#187)
Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.10.2 to 7.11.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.10.2...7.11.0) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6f561c commit 76b4a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0-jre")
65-
testImplementation("org.testng:testng:7.10.2")
65+
testImplementation("org.testng:testng:7.11.0")
6666
}
6767

6868
idea {

0 commit comments

Comments
 (0)