File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ repositories {
2222ext[' spring-boot.version' ] = ' 3.4.12'
2323ext[' spring-framework.version' ] = ' 6.2.17' // CVE-2026-22735, CVE-2026-22737
2424ext[' spring-security.version' ] = ' 6.5.9' // CVE-2026-22732 (OSS; 6.4.x fix commercial-only)
25+ ext[' logback.version' ] = ' 1.5.32' // keep classic + core aligned (do not override core alone)
2526ext[' hibernate-validator.version' ] = ' 8.0.2.Final'
2627
2728
@@ -31,7 +32,6 @@ dependencies {
3132 implementation ' io.netty:netty-codec-http:4.1.132.Final'
3233 implementation ' org.apache.tomcat.embed:tomcat-embed-core:11.0.21'
3334 implementation ' com.fasterxml.jackson.core:jackson-core:2.21.2'
34- implementation ' ch.qos.logback:logback-core:1.5.32'
3535
3636 implementation ' org.apache.tomcat.embed:tomcat-embed-core:11.0.20'
3737 implementation ' org.apache.tomcat.embed:tomcat-embed-el:11.0.20'
You can’t perform that action at this time.
0 commit comments