Skip to content

Commit eb1814c

Browse files
Bump testng from 7.5 to 7.7.0
Bumps [testng](https://github.com/cbeust/testng) from 7.5 to 7.7.0. - [Release notes](https://github.com/cbeust/testng/releases) - [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt) - [Commits](testng-team/testng@7.5...7.7.0) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e632988 commit eb1814c

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
@@ -34,7 +34,7 @@ dependencies {
3434
def mockitoVersion = "4.10.0"
3535

3636
api "org.mockito:mockito-core:$mockitoVersion"
37-
api "org.testng:testng:7.5"
37+
api "org.testng:testng:7.7.0"
3838

3939
testImplementation "org.assertj:assertj-core:3.23.1"
4040
testImplementation "org.mockito:mockito-inline:$mockitoVersion"

0 commit comments

Comments
 (0)