Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Bump testng from 7.6.0 to 7.6.1
Browse files Browse the repository at this point in the history
Bumps [testng](https://github.com/cbeust/testng) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/cbeust/testng/releases)
- [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt)
- [Commits](https://github.com/cbeust/testng/commits)

---
updated-dependencies:
- dependency-name: org.testng:testng
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2022
1 parent 53a5e25 commit 7480a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion egeria-infrastructure-catalog-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.6.0</version>
<version>7.6.1</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>
<rat-plugin.version>0.13</rat-plugin.version>
<surefire.plugin.version>3.0.0-M6</surefire.plugin.version>
<testng.version>7.6.0</testng.version>
<testng.version>7.6.1</testng.version>
<assembly.plugin.version>3.3.0</assembly.plugin.version>

</properties>
Expand Down

0 comments on commit 7480a9a

Please sign in to comment.