Skip to content

Commit

Permalink
update to Spring Boot 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sephiroth-j committed May 23, 2024
1 parent d5cdb4c commit 95c76ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.4</version>
<version>3.3.0</version>
<relativePath/>
</parent>

Expand All @@ -50,7 +50,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.12</version>
<executions>
<execution>
<id>default-prepare-agent</id>
Expand Down

0 comments on commit 95c76ef

Please sign in to comment.