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 {
27
27
checkstyle(" com.puppycrawl.tools:checkstyle:${ checkstyle.toolVersion} " )
28
28
checkstyle(" io.spring.javaformat:spring-javaformat-checkstyle:${ javaFormatVersion} " )
29
29
30
+ implementation(platform(" com.fasterxml.jackson:jackson-bom:${ jacksonVersion} " ))
30
31
implementation(platform(" org.springframework:spring-framework-bom:${ springFrameworkVersion} " ))
31
32
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" )
33
34
implementation(" com.github.node-gradle:gradle-node-plugin:3.5.1" )
34
35
implementation(" com.gradle:develocity-gradle-plugin:3.17.2" )
35
36
implementation(" com.tngtech.archunit:archunit:1.3.0" )
You can’t perform that action at this time.
0 commit comments