Skip to content

Commit

Permalink
[fix][sec] upgrade org.testng:testng to 7.7.0 (#18977)
Browse files Browse the repository at this point in the history
  • Loading branch information
pen4 committed Dec 20, 2022
1 parent 83993ae commit 3177345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<surefire.version>3.0.0-M3</surefire.version>
<log4j2.version>2.18.0</log4j2.version>
<slf4j.version>1.7.32</slf4j.version>
<testng.version>7.6.1</testng.version>
<testng.version>7.7.0</testng.version>
<commons-lang3.version>3.11</commons-lang3.version>
<license-maven-plugin.version>4.1</license-maven-plugin.version>
<maven-shade-plugin.version>3.4.0</maven-shade-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ flexible messaging model and an intuitive client API.</description>
<!-- Set docker-java.version to the version of docker-java used in Testcontainers -->
<docker-java.version>3.2.13</docker-java.version>
<kerby.version>1.1.1</kerby.version>
<testng.version>7.6.1</testng.version>
<testng.version>7.7.0</testng.version>
<mockito.version>3.12.4</mockito.version>
<javassist.version>3.25.0-GA</javassist.version>
<skyscreamer.version>1.5.0</skyscreamer.version>
Expand Down

0 comments on commit 3177345

Please sign in to comment.