Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedyoung committed Feb 12, 2023
1 parent 8b96107 commit ec349c6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<maven.compiler.release>17</maven.compiler.release>
<maven.jar.plugin.version>3.2.2</maven.jar.plugin.version>

<assertj.version>3.23.1</assertj.version>
<junit.version>5.9.0</junit.version>
<assertj.version>3.24.2</assertj.version>
<junit.version>5.9.2</junit.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -59,7 +59,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -91,8 +91,9 @@

<!-- allows JUnit 5 tests to be run from command-line -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.0.0-M8</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit ec349c6

Please sign in to comment.