From ae6395b269e08210a121a2a2091fd9ac069312b4 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Fri, 10 Jul 2026 14:55:43 -0400 Subject: [PATCH] MLE-31167 Bump jacksonVersion to 2.22.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d815c610b..9374b040e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ publishUrl=file:../marklogic-java/releases okhttpVersion=5.4.0 # See https://github.com/FasterXML/jackson for more information on the Jackson libraries. -jacksonVersion=2.22.0 +jacksonVersion=2.22.1 junitVersion=6.0.3 logbackVersion=1.5.37