Skip to content

Commit 5a92490

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

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-M2"
20+
springBootVersion = "3.5.0-M3"
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-M2"
26+
id "org.springframework.boot" version "3.5.0-M3"
2727
id "io.spring.nohttp" version "0.0.11"
2828
id "io.spring.javaformat" version "0.0.43"
2929
id 'org.asciidoctor.jvm.pdf'

0 commit comments

Comments
 (0)