Skip to content

Commit

Permalink
Upgrade dependencies #2388
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Apr 18, 2023
1 parent bcf219a commit 5fdfe7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -548,25 +548,25 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.0.0</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit-platform</artifactId>
<version>3.0.0-M7</version>
<version>3.0.0</version>
</dependency>
</dependencies>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.0.0</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit-platform</artifactId>
<version>3.0.0-M7</version>
<version>3.0.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 5fdfe7f

Please sign in to comment.