Skip to content

Commit 61b2c36

Browse files
build(deps): bump testng from 7.5 to 7.7.1
Bumps [testng](https://github.com/cbeust/testng) from 7.5 to 7.7.1. - [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.1) --- 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 8483e1e commit 61b2c36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.testng</groupId>
3838
<artifactId>testng</artifactId>
39-
<version>7.5</version>
39+
<version>7.7.1</version>
4040
<scope>test</scope>
4141
</dependency>
4242

Diff for: sdk1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>org.testng</groupId>
172172
<artifactId>testng</artifactId>
173-
<version>7.5</version>
173+
<version>7.7.1</version>
174174
<scope>test</scope>
175175
</dependency>
176176

0 commit comments

Comments
 (0)