Skip to content

Commit

Permalink
📌 Advance the versions of the maven plugins to the latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaci committed Jan 15, 2024
1 parent 90f086a commit 92d68eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M6</version>
<version>3.2.5</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
Expand All @@ -75,7 +75,7 @@
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
<version>2.0.2</version>
<version>2.2.0</version>
<configuration>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
Expand Down

0 comments on commit 92d68eb

Please sign in to comment.