File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
<lombok .version>1.18.30</lombok .version>
41
41
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
42
42
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
43
- <spring .version>6.0.11 </spring .version> <!-- For Javadoc links only -->
44
- <spring-boot .version>3.2.0-M2 </spring-boot .version>
43
+ <spring .version>6.0.12 </spring .version> <!-- For Javadoc links only -->
44
+ <spring-boot .version>3.2.0-M3 </spring-boot .version>
45
45
46
46
</properties >
47
47
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.boot</groupId >
6
6
<artifactId >spring-boot-starter-parent</artifactId >
7
- <version >3.2.0-M2 </version >
7
+ <version >3.2.0-M3 </version >
8
8
<relativePath />
9
9
</parent >
10
10
25
25
26
26
<properties >
27
27
<java .version>17</java .version>
28
- <spring-boot .version>3.2.0-M2 </spring-boot .version>
28
+ <spring-boot .version>3.2.0-M3 </spring-boot .version>
29
29
</properties >
30
30
31
31
<build >
You can’t perform that action at this time.
0 commit comments