Skip to content

Commit 5f76e55

Browse files
committed
Upgrade to Spring Boot 3.5.0
Signed-off-by: Roy Clarkson <[email protected]>
1 parent 7c39554 commit 5f76e55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
buildscript {
1818
ext {
1919
// Spring Dependencies
20-
springBootVersion = "3.5.0-RC1"
20+
springBootVersion = "3.5.0"
2121

2222
// External Dependencies
2323
beanUtilsVersion = "1.10.1"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pluginManagement {
2323
}
2424
}
2525
plugins {
26-
id "org.springframework.boot" version "3.5.0-RC1"
26+
id "org.springframework.boot" version "3.5.0"
2727
id "io.spring.nohttp" version "0.0.11"
2828
id "io.spring.javaformat" version "0.0.45"
2929
id 'org.asciidoctor.jvm.pdf'

0 commit comments

Comments
 (0)