File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
hiero-dependency-versions Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ val slf4j = "2.0.17"
1515val mockito = " 5.18.0"
1616
1717dependencies {
18- api(platform(" org.springframework.boot:spring-boot-dependencies:3.5.3 " ))
19- api(platform(" io.netty:netty-bom:4.2.3 .Final" ))
18+ api(platform(" org.springframework.boot:spring-boot-dependencies:3.5.4 " ))
19+ api(platform(" io.netty:netty-bom:4.2.4 .Final" ))
2020}
2121
2222dependencies.constraints {
@@ -38,8 +38,12 @@ dependencies.constraints {
3838 api(" org.slf4j:slf4j-api:$slf4j " ) { because(" org.slf4j" ) }
3939 api(" org.slf4j:slf4j-simple:$slf4j " ) { because(" org.slf4j.simple" ) }
4040 // Temporary workaround, remove when a new version of spring-boot-dependencies is released
41- api(" org.apache.tomcat.embed:tomcat-embed-core:10.1.43" ) {
42- because(" Temporary fix for vulnerability: SNYK-JAVA-ORGAPACHETOMCATEMBED-10674391" )
41+ api(" org.apache.tomcat.embed:tomcat-embed-core:10.1.44" ) {
42+ because(" Temporary fix for vulnerability: SNYK-JAVA-ORGAPACHETOMCATEMBED-11799152" )
43+ }
44+ // Temporary workaround, remove when a new version of spring-boot-dependencies is released
45+ api(" org.springframework:spring-beans:6.2.10" ) {
46+ because(" Temporary fix for vulnerability: SNYK-JAVA-ORGSPRINGFRAMEWORK-12008931" )
4347 }
4448
4549 // Testing
You can’t perform that action at this time.
0 commit comments