Skip to content

Commit

Permalink
Update Maven Surefire to support java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Feb 6, 2024
1 parent 592c7b3 commit 8dc460f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<maven-failsafe-plugin.version>2.22.0</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
<mockito.version>4.3.1</mockito.version>
<mybatis.version>3.5.6</mybatis.version>
<mysql-connector.version>8.0.28</mysql-connector.version>
Expand All @@ -78,7 +78,7 @@
<slf4j-log4j2-bind.version>2.17.1</slf4j-log4j2-bind.version>
<skip.integration.tests>false</skip.integration.tests>
<spring.framework.version>5.3.31</spring.framework.version>
<surefire.version>2.22.2</surefire.version>
<surefire.version>3.0.0</surefire.version>
<tomcat-catalina.version>9.0.75</tomcat-catalina.version>
<urlrewritefilter.version>4.0.3</urlrewritefilter.version>
<xbean-spring.version>4.24</xbean-spring.version>
Expand Down

0 comments on commit 8dc460f

Please sign in to comment.