Skip to content

Commit

Permalink
GH-467 - Upgrade to Spring Boot 3.2.2.
Browse files Browse the repository at this point in the history
Also Spring Framework 6.1.3.
  • Loading branch information
odrotbohm committed Jan 19, 2024
1 parent d7f648e commit 6b41d29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
version:
- '3.1.7'
- '3.1.8-SNAPSHOT'
- '3.2.2-SNAPSHOT'
- '3.1.9'
- '3.1.10-SNAPSHOT'
- '3.2.3-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 @@ -40,8 +40,8 @@
<lombok.version>1.18.30</lombok.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.version>6.1.2</spring.version> <!-- For Javadoc links only -->
<spring-boot.version>3.2.1</spring-boot.version>
<spring.version>6.1.3</spring.version> <!-- For Javadoc links only -->
<spring-boot.version>3.2.2</spring-boot.version>
<spring-cloud-aws-bom.version>3.0.4</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.2.1</version>
<version>3.2.2</version>
<relativePath />
</parent>

Expand All @@ -26,7 +26,7 @@
<properties>
<java.version>17</java.version>
<jmolecules.version>2023.1.1</jmolecules.version>
<spring-boot.version>3.2.1</spring-boot.version>
<spring-boot.version>3.2.2</spring-boot.version>
</properties>

<build>
Expand Down

0 comments on commit 6b41d29

Please sign in to comment.