From 4476bca1f4238c70d41e5045cad3defb97267dd5 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 1 Aug 2024 01:41:21 +0000 Subject: [PATCH] fix(deps): Update dependency com.fasterxml.jackson.core:jackson-core to v2.17.2 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index d981d35..779a4e9 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'org.apache.arrow:arrow-vector:15.0.2' implementation 'commons-io:commons-io:2.16.1' - implementation "com.fasterxml.jackson.core:jackson-core:2.17.1" + implementation "com.fasterxml.jackson.core:jackson-core:2.17.2" implementation "com.fasterxml.jackson.core:jackson-annotations:2.17.2" implementation 'org.apache.logging.log4j:log4j-api:2.23.1'