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 a76ee62 commit 5a92490Copy full SHA for 5a92490
build.gradle
@@ -17,7 +17,7 @@
17
buildscript {
18
ext {
19
// Spring Dependencies
20
- springBootVersion = "3.5.0-M2"
+ springBootVersion = "3.5.0-M3"
21
22
// External Dependencies
23
beanUtilsVersion = "1.10.1"
settings.gradle
@@ -23,7 +23,7 @@ pluginManagement {
}
24
25
plugins {
26
- id "org.springframework.boot" version "3.5.0-M2"
+ id "org.springframework.boot" version "3.5.0-M3"
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