Update to Spring Boot 3.1.0-RC1

Closes gh-1198
This commit is contained in:
Steve Riesenberg
2023-05-02 14:40:36 -05:00
parent f99d868c39
commit 697d6e91b6
5 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id "org.springframework.boot" version "3.0.0"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
id "org.springframework.boot" version "3.1.0-RC1"
id "io.spring.dependency-management" version "1.1.0"
id "java"
}