Skip to content

Commit

Permalink
Merge pull request #214 from JohT/renovate/maven.surefire.version
Browse files Browse the repository at this point in the history
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.4.0
  • Loading branch information
JohT authored Aug 26, 2024
2 parents 18c945f + 38d9408 commit 93eddfc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion archunit-enum-reproducer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.surefire.version>3.3.1</maven.surefire.version>
<maven.surefire.version>3.4.0</maven.surefire.version>
<maven.compiler.version>3.13.0</maven.compiler.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion archunit-equalsverifier-combined/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.surefire.version>3.3.1</maven.surefire.version>
<maven.surefire.version>3.4.0</maven.surefire.version>
<maven.compiler.version>3.13.0</maven.compiler.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion cdi-generic-type-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<java.version>17</java.version>

<maven.compiler.version>3.13.0</maven.compiler.version>
<maven.surefire.version>3.3.1</maven.surefire.version>
<maven.surefire.version>3.4.0</maven.surefire.version>
<maven.failsafe.version>3.4.0</maven.failsafe.version>

<!-- APIs -->
Expand Down
2 changes: 1 addition & 1 deletion jsonb-versioning-experiment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.surefire.version>3.3.1</maven.surefire.version>
<maven.surefire.version>3.4.0</maven.surefire.version>
<maven.compiler.version>3.13.0</maven.compiler.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down

0 comments on commit 93eddfc

Please sign in to comment.