fix: springboot version

This commit is contained in:
unknown 2025-06-11 14:06:26 +09:00
parent 9182933fe6
commit 9b2f8f5331

View File

@ -1,7 +1,7 @@
plugins { plugins {
id 'java' id 'java'
id 'org.springframework.boot' version '3.4.0' apply false id 'org.springframework.boot' version '3.2.0'
id 'io.spring.dependency-management' version '1.1.4' apply false id 'io.spring.dependency-management' version '1.1.4'
} }
allprojects { allprojects {
@ -10,7 +10,7 @@ allprojects {
repositories { repositories {
mavenCentral() mavenCentral()
} }cd
} }
subprojects { subprojects {