chore: downgrade to spring boot 3.5
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 2m43s

This commit is contained in:
jade
2026-08-07 13:07:08 +09:00
parent d1f202aa9a
commit 782dee0d19
58 changed files with 111 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '4.0.5' apply false
id 'org.springframework.boot' version '3.5.11' apply false
id 'io.spring.dependency-management' version '1.1.6' apply false
}
@@ -26,7 +26,7 @@ subprojects {
dependencyManagement {
imports {
mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES
mavenBom "org.springframework.ai:spring-ai-bom:2.0.0"
mavenBom "org.springframework.ai:spring-ai-bom:1.1.8"
}
}