Skip to content

Commit

Permalink
Updated the maven-surefire-plugin to the released 3.0 version, and up…
Browse files Browse the repository at this point in the history
…dated spring-boot-* to version 2.7.10 (#15)

Fixes #14
  • Loading branch information
SimonVerhoeven authored Mar 28, 2023
1 parent 5a67305 commit 11d1952
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.7</version>
<version>2.7.10</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.maciejwalkowiak.spring</groupId>
Expand All @@ -19,7 +19,7 @@

<properties>
<java.version>8</java.version>
<spring-boot.version>2.7.7</spring-boot.version>
<spring-boot.version>2.7.10</spring-boot.version>
<junit.version>5.9.2</junit.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down Expand Up @@ -57,7 +57,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M9</version>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 11d1952

Please sign in to comment.