File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
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.1.0</spring .version> <!-- For Javadoc links only -->
44
- <spring-framework .version>6.1.2</spring-framework .version>
45
- <spring-boot .version>3.2.1</spring-boot .version>
43
+ <spring-boot .version>3.3.0-SNAPSHOT</spring-boot .version>
44
+ <spring-framework .version>6.1.2</spring-framework .version> <!-- For Javadoc links only -->
46
45
<spring-cloud-aws-bom .version>3.1.0</spring-cloud-aws-bom .version>
47
46
48
47
</properties >
65
64
<name >Apache License, Version 2.0</name >
66
65
<url >https://www.apache.org/licenses/LICENSE-2.0</url >
67
66
<comments >
68
- Copyright 2022-2023 the original author or authors.
67
+ Copyright 2022-2024 the original author or authors.
69
68
70
69
Licensed under the Apache License, Version 2.0 (the "License");
71
70
you may not use this file except in compliance with the License.
@@ -452,7 +451,7 @@ limitations under the License.
452
451
<quiet >true</quiet >
453
452
<links >
454
453
<link >https://docs.spring.io/spring-boot/docs/${spring-boot.version} /api/</link >
455
- <link >https://docs.spring.io/spring/docs/${spring.version} /javadoc-api/</link >
454
+ <link >https://docs.spring.io/spring/docs/${spring-framework .version} /javadoc-api/</link >
456
455
<link >https://docs.oracle.com/en/java/javase/17/docs/api/</link >
457
456
</links >
458
457
</configuration >
Original file line number Diff line number Diff line change 26
26
<properties >
27
27
<java .version>17</java .version>
28
28
<jmolecules .version>2023.1.1</jmolecules .version>
29
- <spring-framework .version>6.1.2</spring-framework .version>
30
- <spring-boot .version>3.2.1</spring-boot .version>
29
+ <spring-boot .version>3.3.0-SNAPSHOT</spring-boot .version>
31
30
</properties >
32
31
33
32
<build >
You can’t perform that action at this time.
0 commit comments