Skip to content

Commit

Permalink
Merge pull request #120 from svekar/dependabot/maven/org.apache.maven…
Browse files Browse the repository at this point in the history
….plugins-maven-surefire-plugin-3.2.5

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5
  • Loading branch information
svekar authored Jun 2, 2024
2 parents 8d74e86 + f74d04d commit 0a31bf6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
16 changes: 11 additions & 5 deletions configuration-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,20 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
</plugin>
</plugins>

</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>

</build>

</project>
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,20 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.boot.version>3.1.3</spring.boot.version>
<spring.boot.version>3.3.0</spring.boot.version>
<java.version>19</java.version>
<maven.compiler.release>19</maven.compiler.release>
</properties>

<dependencyManagement>
<dependencies>
<!-- Overriden, since spring-boot-starter-test 3.3.0 pulls in a
vulnerable version (CVE-2024-31573). -->
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
Expand Down Expand Up @@ -56,7 +63,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<artifactId>maven-dependecy-plugin</artifactId>
Expand Down

0 comments on commit 0a31bf6

Please sign in to comment.