Skip to content

Commit

Permalink
Merge pull request #297 from jetty/dependabot/maven/surefireVersion-3…
Browse files Browse the repository at this point in the history
….2.1

Bump surefireVersion from 3.1.2 to 3.2.1
  • Loading branch information
joakime authored Oct 24, 2023
2 parents 3c14ee5 + 05603ae commit c1c0e4a
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.1.2</version>
<version>3.2.1</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 @@ -119,7 +119,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</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.1.2</surefireVersion>
<surefireVersion>3.2.1</surefireVersion>
</properties>

<licenses>
Expand Down

0 comments on commit c1c0e4a

Please sign in to comment.