File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,14 @@ targetCompatibility = 1.8
15
15
16
16
dependencies {
17
17
checkstyle " io.spring.javaformat:spring-javaformat-checkstyle:${ javaFormatVersion} "
18
- implementation(" com.fasterxml.jackson.core:jackson-databind:2.10.0 " )
18
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.11.4 " )
19
19
implementation(" commons-codec:commons-codec:1.13" )
20
20
implementation(" org.apache.maven:maven-embedder:3.6.2" )
21
21
implementation(" org.asciidoctor:asciidoctor-gradle-jvm:3.0.0" )
22
22
implementation(" org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.0.0" )
23
23
implementation(" org.gradle:test-retry-gradle-plugin:1.1.9" )
24
24
implementation(" org.springframework:spring-core:5.2.2.RELEASE" )
25
25
implementation(" org.springframework:spring-web:5.2.2.RELEASE" )
26
- implementation(" com.fasterxml.jackson.core:jackson-databind:2.11.4" )
27
26
implementation(" io.spring.javaformat:spring-javaformat-gradle-plugin:${ javaFormatVersion} " )
28
27
testImplementation(" org.assertj:assertj-core:3.11.1" )
29
28
testImplementation(" org.apache.logging.log4j:log4j-core:2.12.1" )
You can’t perform that action at this time.
0 commit comments