Skip to content

Commit

Permalink
Update maven-surefire-plugin and maven-failsafe-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
veithen committed Jul 21, 2024
1 parent 7e42158 commit b8d5f82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@
<jsr311.api.version>1.1.1</jsr311.api.version>
<maven-plugin-tools.version>3.13.1</maven-plugin-tools.version>
<activemq.version>6.1.2</activemq.version>
<surefire.version>3.3.1</surefire.version>
<!-- This variable is used in some Xdocs and is substituted using Velocity. Note that
we can't use the project.version variable directly because of the dot. See
http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html -->
Expand Down Expand Up @@ -1146,11 +1147,11 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>${surefire.version}</version>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.0</version>
<version>${surefire.version}</version>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
Expand Down

0 comments on commit b8d5f82

Please sign in to comment.