From 3c0904b017a4bcb999bed9c026f1b7f01c300455 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:29:24 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 07e355cf..aa99a532 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'io.netty:netty-codec-http:4.1.119.Final' implementation 'io.netty:netty-handler:4.1.119.Final' implementation 'org.asynchttpclient:async-http-client:2.12.4' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.6' implementation 'org.bitbucket.b_c:jose4j:0.9.6' }