From 84ee10015b66fa1563b266833d9c31e4933cc3e7 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:51:39 +0000 Subject: [PATCH] fix(deps): Update dependency com.fasterxml.jackson.core:jackson-core to v2.21.2 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 41c285b..b0872c9 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'org.apache.arrow:arrow-vector:18.3.0' implementation 'commons-io:commons-io:2.21.0' - implementation "com.fasterxml.jackson.core:jackson-core:2.21.0" + implementation "com.fasterxml.jackson.core:jackson-core:2.21.2" implementation "com.fasterxml.jackson.core:jackson-annotations:2.21" implementation 'org.apache.logging.log4j:log4j-api:2.25.3'