diff --git a/technology/java-spring-boot/build.gradle b/technology/java-spring-boot/build.gradle index 30e68f15..22e51206 100644 --- a/technology/java-spring-boot/build.gradle +++ b/technology/java-spring-boot/build.gradle @@ -1,8 +1,8 @@ plugins { - id "org.springframework.boot" version "3.0.7" - id "io.spring.dependency-management" version "1.0.11.RELEASE" id "java" + id "org.springframework.boot" version "3.2.4" } +apply plugin: 'io.spring.dependency-management' def optaplannerVersion = "999-SNAPSHOT" def assertjVersion = "3.24.2" diff --git a/technology/java-spring-boot/pom.xml b/technology/java-spring-boot/pom.xml index 62ed7e74..7c625344 100644 --- a/technology/java-spring-boot/pom.xml +++ b/technology/java-spring-boot/pom.xml @@ -12,10 +12,10 @@ UTF-8 999-SNAPSHOT - 3.0.7 + 3.2.4 3.8.1 - 3.0.0-M8 + 3.2.5