Skip to content

Commit

Permalink
GH-287 - Upgrade to Spring Boot 3.3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Nov 21, 2024
1 parent 4c5a7ca commit 35c1744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
version: ['3.2.11', '3.3.5']
version: ['3.2.12', '3.4.0-SNAPSHOT']

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

Expand All @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
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.10.0</jmolecules.version>
<module.name>org.jmolecules.integrations</module.name>
<spring-boot.version>2.7.18</spring-boot.version>
<spring-boot3.version>3.3.5</spring-boot3.version>
<spring-boot3.version>3.3.6</spring-boot3.version>
<axon.version>4.10.3</axon.version>
</properties>

Expand Down

0 comments on commit 35c1744

Please sign in to comment.