Skip to content

Commit

Permalink
Update TestNG to 7.8.0, a version used in the MicroProfile parent POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed Apr 25, 2024
1 parent 863a41c commit b8e8686
Show file tree
Hide file tree
Showing 2 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 @@ -75,7 +75,7 @@
<proto-google-common-protos.version>2.37.1</proto-google-common-protos.version>

<!-- TestNG version: we don't enforce it in the BOM as it is mostly used in the MP TCKs and we need to use the version from the TCKs -->
<testng.version>7.4.0</testng.version>
<testng.version>7.8.0</testng.version>
</properties>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions tcks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
<artifactId>testng</artifactId>
<version>${testng.version}</version>
</dependency>
<!-- Enforce jQuery version that is compatible with TestNG 7.4.0 -->
<!-- Enforce jQuery version that is compatible with TestNG 7.8.0 -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<!-- /!\ this version should not be upgraded, TestNG requires this particular version -->
<version>3.5.1</version>
<version>3.6.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit b8e8686

Please sign in to comment.