Skip to content

Commit

Permalink
Upgrade to Spring Boot 3
Browse files Browse the repository at this point in the history
  • Loading branch information
egreijus committed Aug 29, 2023
1 parent 200203b commit 814c85c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
os: [ubuntu-latest]
java: [17]
boot: [3.0, 3.1.1]
boot: [ 3.1.0, 3.1.3 ]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
log4jVersion = '1.2.17'
springBootVersion = '3.1.1'
springBootVersion = '3.1.3'
jakartaPersistenceVersion = '3.1.0'
kryoVersion = '4.0.2'
springCloudClusterVersion = '1.0.2.RELEASE'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Thu May 05 13:05:04 UTC 2022
version=3.3.0-SNAPSHOT
version=4.0.0-SNAPSHOT

0 comments on commit 814c85c

Please sign in to comment.