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,9 +27,10 @@ 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} " ))
3132 implementation(" dev.adamko.dokkatoo:dokkatoo-plugin:2.3.1" )
32- implementation(" com.fasterxml.jackson.core:jackson-databind: ${ jacksonVersion } " )
33+ implementation(" com.fasterxml.jackson.core:jackson-databind" )
3334 implementation(" com.github.node-gradle:gradle-node-plugin:3.5.1" )
3435 implementation(" com.gradle:develocity-gradle-plugin:3.17.2" )
3536 implementation(" com.tngtech.archunit:archunit:1.3.0" )
You can’t perform that action at this time.
0 commit comments