Skip to content

Commit

Permalink
GH-959 - Upgrade to Spring Boot 3.2.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Nov 21, 2024
1 parent 9483643 commit df58ada
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
version:
- '3.1.12'
- '3.2.12-SNAPSHOT'
- '3.3.5'
- '3.3.6-SNAPSHOT'
- '3.3.7-SNAPSHOT'
- '3.4.0-RC1'
- '3.4.0-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 @@ -39,8 +39,8 @@
<jmolecules-bom.version>2023.1.7</jmolecules-bom.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.version>6.1.14</spring.version> <!-- For Javadoc links only -->
<spring-boot.version>3.2.11</spring-boot.version>
<spring.version>6.1.15</spring.version> <!-- For Javadoc links only -->
<spring-boot.version>3.2.12</spring-boot.version>
<spring-cloud-aws-bom.version>3.0.5</spring-cloud-aws-bom.version>

</properties>
Expand Down
2 changes: 1 addition & 1 deletion 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.11</version>
<version>3.2.12</version>
<relativePath />
</parent>

Expand Down

0 comments on commit df58ada

Please sign in to comment.