We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e69a6 commit 07c805cCopy full SHA for 07c805c
build.gradle
@@ -17,7 +17,7 @@
17
buildscript {
18
ext {
19
// Spring Dependencies
20
- springBootVersion = "3.3.6"
+ springBootVersion = "3.4.0"
21
22
// External Dependencies
23
beanUtilsVersion = "1.9.4"
settings.gradle
@@ -23,7 +23,7 @@ pluginManagement {
}
24
25
plugins {
26
- id "org.springframework.boot" version "3.3.6"
+ id "org.springframework.boot" version "3.4.0"
27
id "io.spring.nohttp" version "0.0.11"
28
id "io.spring.javaformat" version "0.0.43"
29
id 'org.asciidoctor.jvm.pdf'
0 commit comments