We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529fc71 commit d33d681Copy full SHA for d33d681
pom.xml
@@ -13,7 +13,7 @@
13
<parent>
14
<groupId>org.springframework.boot</groupId>
15
<artifactId>spring-boot-starter-parent</artifactId>
16
- <version>3.2.0-RC2</version>
+ <version>3.2.1</version>
17
</parent>
18
19
<modules>
@@ -38,7 +38,6 @@
38
<apt.version>1.1.3</apt.version>
39
<jvm.enable-preview></jvm.enable-preview>
40
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41
- <spring-data-bom.version>2023.1.0-SNAPSHOT</spring-data-bom.version>
42
</properties>
43
44
<profiles>
@@ -52,7 +51,7 @@
52
51
<profile>
53
<id>spring-data-next</id>
54
<properties>
55
+ <spring-data-bom.version>2023.1.2-SNAPSHOT</spring-data-bom.version>
56
57
</profile>
58
0 commit comments