Skip to content

Commit 51a9c69

Browse files
authored
chore: update spring-boot version (#2720)
Signed-off-by: Mustafa Uzun <mustafa.uzun@limechain.tech>
1 parent 4c8e558 commit 51a9c69

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

hiero-dependency-versions/build.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val slf4j = "2.0.17"
88
val mockito = "5.23.0"
99

1010
dependencies {
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")

0 commit comments

Comments
 (0)