Skip to content

Commit

Permalink
Update Testng version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Dec 31, 2024
1 parent b356b1a commit da84a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cdi/runner/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.4.0</version>
<version>${testng.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<junit.version>5.11.4</junit.version>
<parsson.version>1.1.7</parsson.version>
<rest.tck.version>4.0.1</rest.tck.version>
<testng.version>7.10.2</testng.version>
<weld.version>6.0.0.Final</weld.version>
<yasson.version>3.0.4</yasson.version>
<!-- other -->
Expand Down

0 comments on commit da84a6f

Please sign in to comment.