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 @@ -12,13 +12,13 @@ jobs:
1212 boot :
1313 - ' 3.1.12'
1414 - ' 3.2.12'
15- - ' 3.3.12 '
16- - ' 3.3.13 -SNAPSHOT'
17- - ' 3.4.6 '
18- - ' 3.4.7 -SNAPSHOT'
19- - ' 3.5.1 -SNAPSHOT'
15+ - ' 3.3.13 '
16+ - ' 3.3.14 -SNAPSHOT'
17+ - ' 3.4.7 '
18+ - ' 3.4.8 -SNAPSHOT'
19+ - ' 3.5.3 -SNAPSHOT'
2020 jmolecules :
21- - ' 2025.0.0-RC3 '
21+ - ' 2025.0.0-RC4 '
2222
2323 name : Build against Boot ${{ matrix.boot }} / jMolecules ${{ matrix.jmolecules }}
2424 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4343 <jmolecules-bom .version>2023.3.1</jmolecules-bom .version>
4444 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4545 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
46- <spring-boot .version>3.5.0 </spring-boot .version>
46+ <spring-boot .version>3.5.2 </spring-boot .version>
4747 <spring-framework .version>6.2.8</spring-framework .version> <!-- For Javadoc links only -->
4848 <testcontainers .version>1.17.6</testcontainers .version>
4949 <structurizr .version>3.1.0</structurizr .version>
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.springframework.boot</groupId >
66 <artifactId >spring-boot-starter-parent</artifactId >
7- <version >3.5.0 </version >
7+ <version >3.5.2 </version >
88 <relativePath />
99 </parent >
1010
2525
2626 <properties >
2727 <java .version>17</java .version>
28- <jmolecules .version>2023.2.0 </jmolecules .version>
28+ <jmolecules .version>2023.2.1 </jmolecules .version>
2929 <maven .deploy.skip>true</maven .deploy.skip>
3030 </properties >
3131
You can’t perform that action at this time.
0 commit comments