Skip to content

Commit d33d681

Browse files
committed
Upgrade to Spring Boot 3.2.
Closes #669
1 parent 529fc71 commit d33d681

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.2.0-RC2</version>
16+
<version>3.2.1</version>
1717
</parent>
1818

1919
<modules>
@@ -38,7 +38,6 @@
3838
<apt.version>1.1.3</apt.version>
3939
<jvm.enable-preview></jvm.enable-preview>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41-
<spring-data-bom.version>2023.1.0-SNAPSHOT</spring-data-bom.version>
4241
</properties>
4342

4443
<profiles>
@@ -52,7 +51,7 @@
5251
<profile>
5352
<id>spring-data-next</id>
5453
<properties>
55-
<spring-data-bom.version>2023.1.0-SNAPSHOT</spring-data-bom.version>
54+
<spring-data-bom.version>2023.1.2-SNAPSHOT</spring-data-bom.version>
5655
</properties>
5756
</profile>
5857

0 commit comments

Comments
 (0)