Skip to content

Commit

Permalink
Merge pull request #255 from eclipse/dependabot/maven/surefireVersion…
Browse files Browse the repository at this point in the history
…-3.1.0

Bump surefireVersion from 3.0.0 to 3.1.0
  • Loading branch information
joakime committed May 8, 2023
2 parents 2ea1110 + 73aa70d commit 8a6a44b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jetty-build-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jetty-test-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<configuration>
<systemPropertyVariables>
<junit.jupiter.extensions.autodetection.enabled>true</junit.jupiter.extensions.autodetection.enabled>
Expand Down
2 changes: 1 addition & 1 deletion jetty-toolchain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mavenPluginToolsVersion>3.5.2</mavenPluginToolsVersion>
<mavenVersion>3.5.0</mavenVersion>
<surefireVersion>3.0.0</surefireVersion>
<surefireVersion>3.1.0</surefireVersion>
</properties>

<licenses>
Expand Down

0 comments on commit 8a6a44b

Please sign in to comment.