Skip to content

Commit

Permalink
Upgrade spring-boot 3.1.0-RC1
Browse files Browse the repository at this point in the history
- Upgrade gradle 7.6.1 due to gradle/gradle#24390
- Fixes #717
  • Loading branch information
jvalkeal committed Apr 28, 2023
1 parent 2cc7f8e commit 0724523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=3.1.0-SNAPSHOT
springBootVersion=3.1.0-M1
springBootVersion=3.1.0-RC1
nativeBuildToolsVersion=0.9.19
commonsIoVersion=2.11.0
jlineVersion=3.21.0
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 0724523

Please sign in to comment.