GH-426 - Upgrade to Spring Boot 3.1.7.

This commit is contained in:
Oliver Drotbohm
2023-12-21 14:28:27 +01:00
parent 4c60cdc705
commit 70ded749cd
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ jobs:
integration:
strategy:
matrix:
version: ['3.0.12', '3.0.13-SNAPSHOT', '3.1.6-SNAPSHOT', '3.2.0-RC1', '3.2.0-SNAPSHOT']
version: ['3.0.13', '3.0.14-SNAPSHOT', '3.1.8-SNAPSHOT', '3.2.1', '3.2.2-SNAPSHOT']
name: Build against Boot ${{ matrix.version }}
runs-on: ubuntu-latest

View File

@@ -39,9 +39,9 @@
<jmolecules-bom.version>2023.1.0</jmolecules-bom.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.version>6.0.14</spring.version> <!-- For Javadoc links only -->
<spring.version>6.0.15</spring.version> <!-- For Javadoc links only -->
<spring-asciidoctor-backends.version>0.0.7</spring-asciidoctor-backends.version>
<spring-boot.version>3.1.6</spring-boot.version>
<spring-boot.version>3.1.7</spring-boot.version>
</properties>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.1.7</version>
<relativePath />
</parent>