Skip to content

Commit

Permalink
Update spring boot to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 16, 2024
1 parent dceae06 commit 1e25b71
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 @@ -12,14 +12,14 @@
<kotlin.version>1.9.24</kotlin.version>
<maven.compiler>1.8</maven.compiler>
<specmatic.version>1.3.25</specmatic.version>
<spring.boot.version>2.7.18</spring.boot.version>
<spring.boot.version>3.3.0</spring.boot.version>
</properties>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<version>2.7.18</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand Down Expand Up @@ -220,7 +220,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.7.18</version>
<version>3.3.0</version>
<configuration>
<fork>true</fork>
<mainClass>${start.class}</mainClass>
Expand Down

0 comments on commit 1e25b71

Please sign in to comment.