Skip to content

Commit

Permalink
GH-636 - Upgrade to Spring Boot 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed May 23, 2024
1 parent b395449 commit 324e824
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions spring-modulith-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand Down

0 comments on commit 324e824

Please sign in to comment.