Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Bump Spring Boot to versions 3.2.6 / 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed May 24, 2024
1 parent b3be41c commit 6bc8dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
spring: [3.1.0, 3.1.11, 3.3.0-RC1]
spring: [3.2.0, 3.2.6]
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit 6bc8dc2

Please sign in to comment.