Update Spring Boot version to eliminate DoS vulnerability (#571)

diff --git a/technology/java-spring-boot/pom.xml b/technology/java-spring-boot/pom.xml
index c590553..dcb1e70 100644
--- a/technology/java-spring-boot/pom.xml
+++ b/technology/java-spring-boot/pom.xml
@@ -12,7 +12,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
     <version.org.optaplanner>9.39.0-SNAPSHOT</version.org.optaplanner>
-    <version.org.springframework.boot>3.0.5</version.org.springframework.boot>
+    <version.org.springframework.boot>3.0.7</version.org.springframework.boot>
 
     <version.compiler.plugin>3.8.1</version.compiler.plugin>
     <version.surefire.plugin>3.0.0-M8</version.surefire.plugin>