From 836de85c2f82d6ec8c33818d3a5d4ef373f01de2 Mon Sep 17 00:00:00 2001 From: sgrampone Date: Tue, 3 Mar 2026 16:51:04 -0300 Subject: [PATCH] Bump transitive jackson-core to version 2.18.6 --- gxcloudstorage-googlecloudstorage/pom.xml | 6 ++++++ gxcosmosdb/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/gxcloudstorage-googlecloudstorage/pom.xml b/gxcloudstorage-googlecloudstorage/pom.xml index 671242cd8..884759176 100644 --- a/gxcloudstorage-googlecloudstorage/pom.xml +++ b/gxcloudstorage-googlecloudstorage/pom.xml @@ -79,5 +79,11 @@ grpc-netty-shaded 1.75.0 + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + \ No newline at end of file diff --git a/gxcosmosdb/pom.xml b/gxcosmosdb/pom.xml index 3f8a26ff4..33b9b4d3c 100644 --- a/gxcosmosdb/pom.xml +++ b/gxcosmosdb/pom.xml @@ -27,6 +27,12 @@ com.azure azure-cosmos + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} +