From d6e6d058af037f02d7b318818e206ae716842ba3 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 01:15:48 +0000 Subject: [PATCH] fix(deps): Update dependency com.fasterxml.jackson.core:jackson-core to v2.21.3 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index cd12e06..9f3ac07 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.21.2" + implementation "com.fasterxml.jackson.core:jackson-core:2.21.3" implementation "com.fasterxml.jackson.core:jackson-annotations:2.21" implementation 'org.apache.logging.log4j:log4j-api:2.25.4'