Skip to content

Commit

Permalink
Merge pull request #6938 from payara/dependabot/maven/main/org.apache…
Browse files Browse the repository at this point in the history
….maven.plugins-maven-surefire-plugin-3.5.0

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.0
  • Loading branch information
Pandrex247 authored Sep 13, 2024
2 parents d6a6d15 + c90f493 commit c7cff0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appserver/tests/fish372-tests/datagrid-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.5.0</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
<forkCount>0</forkCount>
Expand Down
2 changes: 1 addition & 1 deletion appserver/tests/payara-samples/samples/concurrency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.5.0</version>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<maven.clean.plugin.version>3.4.0</maven.clean.plugin.version>
<maven.compiler.plugin.version>3.13.0</maven.compiler.plugin.version>
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<maven.surefire.plugin.version>3.2.5</maven.surefire.plugin.version>
<maven.surefire.plugin.version>3.5.0</maven.surefire.plugin.version>
<maven.resources.plugin.version>3.3.1</maven.resources.plugin.version>
<maven.release.plugin.version>3.1.1</maven.release.plugin.version>
<maven.dependency.plugin.version>3.7.1</maven.dependency.plugin.version>
Expand Down

0 comments on commit c7cff0b

Please sign in to comment.