Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: org.testng:testng
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 16, 2024
1 parent ba1f756 commit bcc80c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.5</version>
<version>7.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tck/concurrency-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- Dependency and Plugin Versions -->
<jakarta.concurrent.version>3.0.3</jakarta.concurrent.version>
<jakarta.servlet.version>6.0.0</jakarta.servlet.version>
<testng.version>7.5</testng.version>
<testng.version>7.5.1</testng.version>
<sigtest.version>1.6</sigtest.version>
<maven.dep.plugin.version>3.3.0</maven.dep.plugin.version>
<maven.comp.plugin.version>3.10.1</maven.comp.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion tck/microprofile-tck/openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<!-- 7.4.0 is broken, so until 7.5.0 is released ... -->
<version>7.3.0</version>
<version>7.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bcc80c0

Please sign in to comment.