Skip to content

Commit

Permalink
GH-228 - Upgrade to Spring Boot 3.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Feb 23, 2024
1 parent c37e5cc commit 803c454
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:

strategy:
matrix:
version: ['2.6.15', '3.0.13', '3.1.6', '3.2.0']
version: ['2.6.15', '3.0.13', '3.1.9']

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

steps:

- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<hibernate.version>6.4.4.Final</hibernate.version>
<jmolecules.version>1.8.0</jmolecules.version>
<spring-boot.version>2.7.18</spring-boot.version>
<spring-boot3.version>3.2.1</spring-boot3.version>
<spring-boot3.version>3.2.3</spring-boot3.version>
<axon.version>4.9.2</axon.version>
</properties>

Expand Down

0 comments on commit 803c454

Please sign in to comment.