Skip to content

Commit

Permalink
chore: Spring Boot 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Aug 23, 2024
1 parent ce13c86 commit f28a2aa
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 @@ -20,7 +20,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.3</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -50,7 +50,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>21</java.version>
<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>1.9.25</kotlin.version>
<build.nofront>true</build.nofront>

<!-- dependencies -->
Expand Down

0 comments on commit f28a2aa

Please sign in to comment.