Skip to content

Commit 305b5ab

Browse files
committed
Merge branch '3.4.x'
Closes gh-45961
2 parents 0af48d3 + 3d92d12 commit 305b5ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildSrc/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ dependencies {
2727
checkstyle("com.puppycrawl.tools:checkstyle:${checkstyle.toolVersion}")
2828
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:${javaFormatVersion}")
2929

30+
implementation(platform("com.fasterxml.jackson:jackson-bom:${jacksonVersion}"))
3031
implementation(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
31-
implementation("com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}")
32+
implementation("com.fasterxml.jackson.core:jackson-databind")
3233
implementation("com.github.node-gradle:gradle-node-plugin:3.5.1")
3334
implementation("com.gradle:develocity-gradle-plugin:3.17.2")
3435
implementation("com.tngtech.archunit:archunit:1.3.0")

0 commit comments

Comments
 (0)