From 8ae877bf4e850090337f111f36079311075fd397 Mon Sep 17 00:00:00 2001 From: Jesus Zuniga Date: Wed, 18 Mar 2026 11:14:57 -0700 Subject: [PATCH] upgrade dependencies --- singer-commons/pom.xml | 11 +++++++++++ singer/pom.xml | 25 ++++++++++++++++++------- 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/singer-commons/pom.xml b/singer-commons/pom.xml index 56186965..6397bdf2 100644 --- a/singer-commons/pom.xml +++ b/singer-commons/pom.xml @@ -48,6 +48,17 @@ com.twitter ostrich_2.11 9.27.0 + + + com.fasterxml.jackson.module + jackson-module-scala_2.11 + + + + + com.fasterxml.jackson.module + jackson-module-scala_2.11 + 2.18.6 com.twitter.common diff --git a/singer/pom.xml b/singer/pom.xml index ca4ec85b..1a7c999f 100644 --- a/singer/pom.xml +++ b/singer/pom.xml @@ -66,7 +66,7 @@ com.google.code.gson gson - 2.8.2 + 2.8.9 @@ -114,6 +114,17 @@ com.twitter ostrich_2.11 9.27.0 + + + com.fasterxml.jackson.module + jackson-module-scala_2.11 + + + + + com.fasterxml.jackson.module + jackson-module-scala_2.11 + 2.18.6 com.amazonaws @@ -123,17 +134,17 @@ software.amazon.awssdk sts - 2.17.273 + 2.21.30 software.amazon.awssdk s3 - 2.17.273 + 2.21.30 com.google.guava guava - 25.0-jre + 32.0.0-jre commons-configuration @@ -143,12 +154,12 @@ commons-io commons-io - 2.4 + 2.14.0 org.apache.logging.log4j log4j-core - 2.16.0 + 2.25.3 com.sun.jmx @@ -350,4 +361,4 @@ - + \ No newline at end of file