Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.2.
Browse files Browse the repository at this point in the history
Closes #669
  • Loading branch information
mp911de committed Jan 9, 2024
1 parent 529fc71 commit d33d681
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0-RC2</version>
<version>3.2.1</version>
</parent>

<modules>
Expand All @@ -38,7 +38,6 @@
<apt.version>1.1.3</apt.version>
<jvm.enable-preview></jvm.enable-preview>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-data-bom.version>2023.1.0-SNAPSHOT</spring-data-bom.version>
</properties>

<profiles>
Expand All @@ -52,7 +51,7 @@
<profile>
<id>spring-data-next</id>
<properties>
<spring-data-bom.version>2023.1.0-SNAPSHOT</spring-data-bom.version>
<spring-data-bom.version>2023.1.2-SNAPSHOT</spring-data-bom.version>
</properties>
</profile>

Expand Down

0 comments on commit d33d681

Please sign in to comment.