Skip to content

Commit 305ee59

Browse files
dependabot[bot]asolntsev
authored andcommitted
Bump org.testng:testng from 7.10.2 to 7.11.0
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>
1 parent 51e1ada commit 305ee59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ext {
1010

1111
dependencies {
1212
testImplementation "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
13-
testImplementation 'org.testng:testng:7.10.2'
13+
testImplementation 'org.testng:testng:7.11.0'
1414
testImplementation("com.codeborne:selenide-proxy:$selenideVersion")
1515
testImplementation "com.codeborne:selenide-full-screenshot:$selenideVersion"
1616
testImplementation 'org.assertj:assertj-core:3.27.3'

0 commit comments

Comments
 (0)