GH-516 - Upgrade to Spring Framework 6.0.17.

This commit is contained in:
Oliver Drotbohm
2024-02-23 15:44:17 +01:00
parent 52ee49885a
commit ba52f3b161
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -39,7 +39,7 @@
<jmolecules-bom.version>2023.1.2</jmolecules-bom.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.version>6.0.16</spring.version> <!-- For Javadoc links only -->
<spring.version>6.0.17</spring.version> <!-- For Javadoc links only -->
<spring-asciidoctor-backends.version>0.0.7</spring-asciidoctor-backends.version>
<spring-boot.version>3.1.9</spring-boot.version>

View File

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