From 9a4f311c533f04c48dde51c2d62872613cf51356 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sun, 19 Jan 2025 21:13:39 +0100 Subject: [PATCH] build.gradle: update Jackson to 2.18.2 --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 13ab8aff0..75358c4f2 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -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'