@@ -39,7 +39,7 @@ plugins {
3939 kotlin(" plugin.spring" ) version kotlinVersion apply false
4040 id(" pl.allegro.tech.build.axion-release" ) version " 1.18.18"
4141 id(" com.diffplug.spotless" ) version " 7.0.3"
42- id(" org.springframework.boot" ) version " 3.5.5 " apply false
42+ id(" org.springframework.boot" ) version " 3.5.13 " apply false
4343 id(" project-report" )
4444 id(" org.owasp.dependencycheck" ) version " 12.1.0"
4545 id(" com.github.jk1.dependency-license-report" ) version " 2.9"
@@ -128,10 +128,6 @@ allprojects {
128128 force(" com.redis.om:redis-om-spring:0.9.10" )
129129 force(" redis.clients:jedis:5.2.0" )
130130 force(" com.redis:lettucemod:4.3.0" )
131- // force("com.google.code.gson:gson:2.13.1")
132- // force("io.netty:netty-handler:4.2.4.Final")
133- // force("ch.qos.logback:logback-core:1.5.20")
134- // force("org.springframework.security:spring-security-core:6.5.5")
135131 }
136132 }
137133 }
@@ -290,7 +286,6 @@ subprojects {
290286 exclude(group = " org.springframework.boot" , module = " spring-boot-starter-tomcat" )
291287 }
292288 implementation(" org.springframework.boot:spring-boot-starter-undertow" ) {
293- // CVE-2025-12543, CVE-2024-3884, CVE-2024-4027
294289 constraints {
295290 implementation(" io.undertow:undertow-core:2.3.24.Final" )
296291 implementation(" io.undertow:undertow-servlet:2.3.24.Final" )
0 commit comments