From 6424050c49a95a46aba559302fc7f236279b01e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:21:07 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-core in /lib Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.21.3 to 2.22.0. - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.21.3...jackson-core-2.22.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 66c204cc..30604463 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -128,8 +128,8 @@ javadoc { } dependencies { - implementation 'com.fasterxml.jackson.core:jackson-core:2.21.3' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3' + implementation 'com.fasterxml.jackson.core:jackson-core:2.22.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.0' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70' testImplementation 'junit:junit:4.13.2'