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.9 / 3.3.3 / 3.4.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Aug 23, 2024
1 parent 8005248 commit 87033c0
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.2.0, 3.2.8, 3.4.0-M1]
spring: [3.2.0, 3.2.9, 3.4.0-M2]
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.3.2</version>
<version>3.3.3</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit 87033c0

Please sign in to comment.