From 688097848cb1d8ab44ea52b6f2fdd9563ae7eb4f Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:43:42 +0000 Subject: [PATCH] fix(deps): Update dependency com.fasterxml.jackson.core:jackson-core to v2.22.1 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 890cfa7..9c5ce72 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'org.apache.arrow:arrow-vector:19.0.0' implementation 'commons-io:commons-io:2.22.0' - implementation "com.fasterxml.jackson.core:jackson-core:2.22.0" + implementation "com.fasterxml.jackson.core:jackson-core:2.22.1" implementation "com.fasterxml.jackson.core:jackson-annotations:2.22" implementation 'org.apache.logging.log4j:log4j-api:2.26.0'