Skip to content

Commit ab6409a

Browse files
build(deps): bump testng from 7.4.0 to 7.5 (#227)
Bumps [testng](https://github.com/cbeust/testng) from 7.4.0 to 7.5. - [Release notes](https://github.com/cbeust/testng/releases) - [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt) - [Commits](testng-team/testng@7.4.0...7.5) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6dea1ca commit ab6409a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.testng</groupId>
3535
<artifactId>testng</artifactId>
36-
<version>7.4.0</version>
36+
<version>7.5</version>
3737
<scope>test</scope>
3838
</dependency>
3939

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.4.0</version>
173+
<version>7.5</version>
174174
<scope>test</scope>
175175
</dependency>
176176

0 commit comments

Comments
 (0)