Skip to content

Commit

Permalink
Update spring boot 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FunixG authored Dec 2, 2024
1 parent 04548e3 commit 16a223b
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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -49,7 +49,7 @@
<!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api -->
<io.jsonwebtoken.version>0.12.6</io.jsonwebtoken.version>
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-configuration-processor -->
<org.springframework.boot.annotation.version>3.3.5</org.springframework.boot.annotation.version>
<org.springframework.boot.annotation.version>3.4.0</org.springframework.boot.annotation.version>
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<org.postgresql.version>42.7.4</org.postgresql.version>
<!-- https://mvnrepository.com/artifact/org.flywaydb/flyway-maven-plugin -->
Expand Down

0 comments on commit 16a223b

Please sign in to comment.