File tree Expand file tree Collapse file tree
hiero-dependency-versions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ val slf4j = "2.0.17"
88val mockito = " 5.23.0"
99
1010dependencies {
11- api(platform(" org.springframework.boot:spring-boot-dependencies:4.0.5 " ))
11+ api(platform(" org.springframework.boot:spring-boot-dependencies:4.0.6 " ))
1212 api(platform(" io.netty:netty-bom:4.2.12.Final" ))
1313}
1414
@@ -45,12 +45,6 @@ dependencies.constraints {
4545
4646 api(" com.thetransactioncompany:jsonrpc2-server:2.0" )
4747
48- // Temporary override until spring-boot-dependencies bumps Jackson 3.x to 3.1.0+
49- // Fixes SNYK-JAVA-TOOLSJACKSONCORE-15365915 and SNYK-JAVA-TOOLSJACKSONCORE-15371178
50- api(" tools.jackson.core:jackson-core:3.1.2" )
51- api(" tools.jackson.core:jackson-databind:3.1.2" )
52- api(" org.apache.tomcat.embed:tomcat-embed-core:11.0.21" )
53-
5448 tasks.checkVersionConsistency {
5549 // Versions of additional tools that are not part of the product or test module paths
5650 excludes.add(" com.google.protobuf:protoc" )
You can’t perform that action at this time.
0 commit comments