Skip to content

Commit 07c805c

Browse files
committed
Upgrade to Spring Boot 3.4.0
1 parent 35e69a6 commit 07c805c

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.3.6"
20+
springBootVersion = "3.4.0"
2121

2222
// External Dependencies
2323
beanUtilsVersion = "1.9.4"

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.3.6"
26+
id "org.springframework.boot" version "3.4.0"
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)