Skip to content

Commit

Permalink
bump testng and surefire
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Apr 14, 2023
1 parent 6a050a8 commit 92d59d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.0.0</version>
<version>7.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<version>3.0.0</version>
<configuration>
<includes>
<include>**/*Tests.java</include>
Expand Down

0 comments on commit 92d59d0

Please sign in to comment.