File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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.4.1" )
You can’t perform that action at this time.
0 commit comments