build.gradle: update Jackson to 2.18.2

This commit is contained in:
Andreas Schildbach 2025-01-19 21:13:39 +01:00
parent 80da45f6f6
commit 9a4f311c53

View file

@ -16,7 +16,7 @@ dependencies {
implementation 'net.jcip:jcip-annotations:1.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.easymock:easymock:5.5.0'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
testImplementation 'org.slf4j:slf4j-jdk14:2.0.16'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.3'
testImplementation 'org.hamcrest:hamcrest-library:3.0'