From f298a49162b0ccabea28524899e3ea339523e773 Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Fri, 17 Nov 2023 09:45:55 -0800 Subject: [PATCH] build.gradle: update Jackson to 2.16.0 --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 27df2b7b8..8571774fb 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation 'net.jcip:jcip-annotations:1.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.easymock:easymock:5.2.0' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0' testImplementation 'org.slf4j:slf4j-jdk14:2.0.9' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.2' testImplementation 'org.hamcrest:hamcrest-library:2.2'