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
+