Skip to content

Commit

Permalink
GH-277 - Upgrade to Spring Boot 3.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 24, 2024
1 parent 53be084 commit 73eb771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
version: ['2.6.15', '3.0.13', '3.1.9']
version: ['3.2.11', '3.3.5']

name: Compatibility with Spring Boot ${{ matrix.version }}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<jmolecules.version>1.8.0</jmolecules.version>
<module.name>org.jmolecules.integrations</module.name>
<spring-boot.version>2.7.18</spring-boot.version>
<spring-boot3.version>3.3.4</spring-boot3.version>
<spring-boot3.version>3.3.5</spring-boot3.version>
<axon.version>4.10.2</axon.version>
</properties>

Expand Down

0 comments on commit 73eb771

Please sign in to comment.