Update to Spring Boot 3.1.0

This commit is contained in:
Steve Riesenberg
2023-05-23 17:02:19 -05:00
parent 3559279a65
commit ef2a302a7c
5 changed files with 5 additions and 5 deletions

View File

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