From 79dd1d4279467a2c358296fafd11bc9b02fecf4f Mon Sep 17 00:00:00 2001 From: Michael L Heuer Date: Thu, 4 Jan 2024 10:42:20 -0600 Subject: [PATCH] Update Spark dependency version to 3.5.0. --- adam-core/pom.xml | 5 +++++ pom.xml | 11 ++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/adam-core/pom.xml b/adam-core/pom.xml index 30b2bddc1..f1ceb5ed3 100644 --- a/adam-core/pom.xml +++ b/adam-core/pom.xml @@ -276,6 +276,11 @@ org.bdgenomics.adam adam-codegen-spark3_${scala.version.prefix} + + com.fasterxml.jackson.core + jackson-core + compile + diff --git a/pom.xml b/pom.xml index 212072f8d..d2b7082da 100644 --- a/pom.xml +++ b/pom.xml @@ -21,8 +21,8 @@ 1.11.3 2.12.18 2.12 - 3.3.4 - 1.12.3 + 3.5.0 + 1.13.1 7.10.0 1.7.36 1.0.2 @@ -540,7 +540,7 @@ net.codingwell scala-guice_${scala.version.prefix} - 5.1.0 + 7.0.0 org.bdgenomics.adam @@ -552,6 +552,11 @@ paranamer 2.8 + + com.fasterxml.jackson.core + jackson-core + 2.16.1 +