Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.10.2</version>
<version>7.12.0</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.4</jakarta.concurrent.version>
<jakarta.servlet.version>6.0.0</jakarta.servlet.version>
<testng.version>7.5.1</testng.version>
<testng.version>7.12.0</testng.version>
<sigtest.version>1.6</sigtest.version>
<maven.dep.plugin.version>3.8.0</maven.dep.plugin.version>
<maven.comp.plugin.version>3.14.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 @@ -146,7 +146,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.5.1</version>
<version>7.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tck/microprofile-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<!-- This version is needed for MP TCK to work -->
<version>7.5.1</version>
<version>7.12.0</version>
<scope>test</scope>
</dependency>
<!-- Micro Profile TCK -->
Expand Down