Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions hiero-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val slf4j = "2.0.17"
val mockito = "5.23.0"

dependencies {
api(platform("org.springframework.boot:spring-boot-dependencies:4.0.5"))
api(platform("org.springframework.boot:spring-boot-dependencies:4.0.6"))
api(platform("io.netty:netty-bom:4.2.12.Final"))
}

Expand Down Expand Up @@ -45,12 +45,6 @@ dependencies.constraints {

api("com.thetransactioncompany:jsonrpc2-server:2.0")

// Temporary override until spring-boot-dependencies bumps Jackson 3.x to 3.1.0+
// Fixes SNYK-JAVA-TOOLSJACKSONCORE-15365915 and SNYK-JAVA-TOOLSJACKSONCORE-15371178
api("tools.jackson.core:jackson-core:3.1.2")
api("tools.jackson.core:jackson-databind:3.1.2")
api("org.apache.tomcat.embed:tomcat-embed-core:11.0.21")

tasks.checkVersionConsistency {
// Versions of additional tools that are not part of the product or test module paths
excludes.add("com.google.protobuf:protoc")
Expand Down
Loading