build.gradle: update Jackson to 2.14.0

This commit is contained in:
Andreas Schildbach 2022-11-14 00:50:12 +01:00
parent 5a43d69775
commit 15cc61d066

View file

@ -17,7 +17,7 @@ dependencies {
implementation 'net.jcip:jcip-annotations:1.0' implementation 'net.jcip:jcip-annotations:1.0'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
testImplementation 'org.easymock:easymock:5.0.1' testImplementation 'org.easymock:easymock:5.0.1'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.1' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.14.0'
testImplementation 'org.slf4j:slf4j-jdk14:1.7.36' testImplementation 'org.slf4j:slf4j-jdk14:1.7.36'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.11' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.11'
testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'org.hamcrest:hamcrest-library:2.2'