Skip to content

Commit

Permalink
GH-244 - Upgrade to Spring Boot 3.1.2.
Browse files Browse the repository at this point in the history
Updated integration CI build version matrix as well.
  • Loading branch information
odrotbohm committed Jul 20, 2023
1 parent 29b78a4 commit e4ec126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
integration:
strategy:
matrix:
version: ['3.0.7', '3.0.8-SNAPSHOT', '3.1.1-SNAPSHOT', '3.2.0-SNAPSHOT -Dspring-framework.version=6.1.0-SNAPSHOT']
version: ['3.0.10', '3.0.11-SNAPSHOT', '3.1.3-SNAPSHOT', '3.2.0-M1', '3.2.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,9 +39,9 @@
<jmolecules-bom.version>2022.3.0</jmolecules-bom.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.version>6.0.8</spring.version> <!-- For Javadoc links only -->
<spring.version>6.0.11</spring.version> <!-- For Javadoc links only -->
<spring-asciidoctor-backends.version>0.0.5</spring-asciidoctor-backends.version>
<spring-boot.version>3.1.1</spring-boot.version>
<spring-boot.version>3.1.2</spring-boot.version>

</properties>

Expand Down

0 comments on commit e4ec126

Please sign in to comment.