File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
version :
13
- - ' 3.1.10 '
14
- - ' 3.1.11 -SNAPSHOT'
15
- - ' 3.2.4 '
16
- - ' 3.2.5 -SNAPSHOT'
17
- - ' 3.3.0 -SNAPSHOT'
13
+ - ' 3.1.12 '
14
+ - ' 3.1.13 -SNAPSHOT'
15
+ - ' 3.2.6 '
16
+ - ' 3.2.7 -SNAPSHOT'
17
+ - ' 3.3.1 -SNAPSHOT'
18
18
name : Build against Boot ${{ matrix.version }}
19
19
runs-on : ubuntu-latest
20
20
Original file line number Diff line number Diff line change 41
41
<lombok .version>1.18.32</lombok .version>
42
42
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
43
43
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
44
- <spring-boot .version>3.3.0-RC1 </spring-boot .version>
45
- <spring-framework .version>6.1.5 </spring-framework .version> <!-- For Javadoc links only -->
44
+ <spring-boot .version>3.3.0</spring-boot .version>
45
+ <spring-framework .version>6.1.8 </spring-framework .version> <!-- For Javadoc links only -->
46
46
<spring-cloud-aws-bom .version>3.1.1</spring-cloud-aws-bom .version>
47
47
48
48
</properties >
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.3.0-RC1 </version >
7
+ <version >3.3.0</version >
8
8
<relativePath />
9
9
</parent >
10
10
26
26
<properties >
27
27
<java .version>17</java .version>
28
28
<jmolecules .version>2023.1.3</jmolecules .version>
29
- <spring-boot .version>3.3.0-RC1 </spring-boot .version>
29
+ <spring-boot .version>3.3.0</spring-boot .version>
30
30
</properties >
31
31
32
32
<build >
You can’t perform that action at this time.
0 commit comments