GH-636 - Upgrade to Spring Boot 3.3.
This commit is contained in:
10
.github/workflows/integration.yaml
vendored
10
.github/workflows/integration.yaml
vendored
@@ -10,11 +10,11 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
version:
|
||||
- '3.1.10'
|
||||
- '3.1.11-SNAPSHOT'
|
||||
- '3.2.4'
|
||||
- '3.2.5-SNAPSHOT'
|
||||
- '3.3.0-SNAPSHOT'
|
||||
- '3.1.12'
|
||||
- '3.1.13-SNAPSHOT'
|
||||
- '3.2.6'
|
||||
- '3.2.7-SNAPSHOT'
|
||||
- '3.3.1-SNAPSHOT'
|
||||
name: Build against Boot ${{ matrix.version }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -41,8 +41,8 @@
|
||||
<lombok.version>1.18.32</lombok.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<spring-boot.version>3.3.0-RC1</spring-boot.version>
|
||||
<spring-framework.version>6.1.5</spring-framework.version> <!-- For Javadoc links only -->
|
||||
<spring-boot.version>3.3.0</spring-boot.version>
|
||||
<spring-framework.version>6.1.8</spring-framework.version> <!-- For Javadoc links only -->
|
||||
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.version>
|
||||
|
||||
</properties>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.3.0-RC1</version>
|
||||
<version>3.3.0</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<jmolecules.version>2023.1.3</jmolecules.version>
|
||||
<spring-boot.version>3.3.0-RC1</spring-boot.version>
|
||||
<spring-boot.version>3.3.0</spring-boot.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user