From af4a0564a1380ed819c7b6db235f6bdc430b5502 Mon Sep 17 00:00:00 2001 From: MariamAlmesfer Date: Mon, 30 Sep 2024 17:28:58 +0300 Subject: [PATCH] Upgraded jackson-core to 2.15.4 --- pom.xml | 67 +++++++++++++++++++++++++++++++++++++++-- presto-bigquery/pom.xml | 1 + presto-hive/pom.xml | 1 + presto-hudi/pom.xml | 1 - presto-iceberg/pom.xml | 1 - 5 files changed, 67 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index fd8bb1baddba..94a4ab6b2bd6 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.2.0 2.18.0 32.1.0-jre - 2.11.0 + 2.17.2 2.8 1.11.3 1.23.0 @@ -209,7 +209,7 @@ netty-handler 4.1.107.Final - + com.facebook.presto presto-testing-docker @@ -777,6 +777,36 @@ ${dep.jackson.version} + + com.fasterxml.jackson.core + jackson-core + ${dep.jackson.version} + + + + com.fasterxml.jackson.core + jackson-annotations + ${dep.jackson.version} + + + + com.fasterxml.jackson.core + jackson-databind + ${dep.jackson.version} + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-smile + ${dep.jackson.version} + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${dep.jackson.version} + + com.jayway.jsonpath json-path @@ -1762,6 +1792,10 @@ joda-time joda-time + + com.fasterxml.jackson.core + jackson-databind + @@ -2344,8 +2378,17 @@ + org.apache.maven.plugins maven-enforcer-plugin + 3.3.0 + + + org.codehaus.mojo + extra-enforcer-rules + 1.6.2 + + @@ -2396,6 +2439,26 @@ 0.5.1 + + org.basepom.maven + duplicate-finder-maven-plugin + 1.2.1 + + + + check + + verify + + + + + module-info + META-INF.versions.9.module-info + + + + diff --git a/presto-bigquery/pom.xml b/presto-bigquery/pom.xml index 9b11a02cbfd8..bba6c5ad58cd 100644 --- a/presto-bigquery/pom.xml +++ b/presto-bigquery/pom.xml @@ -348,6 +348,7 @@ com.fasterxml.jackson.core:jackson-core javax.annotation:javax.annotation-api com.fasterxml.jackson.core:jackson-databind + com.google.api.grpc:proto-google-common-protos diff --git a/presto-hive/pom.xml b/presto-hive/pom.xml index a0c366cda434..8ca62192929e 100644 --- a/presto-hive/pom.xml +++ b/presto-hive/pom.xml @@ -258,6 +258,7 @@ com.fasterxml.jackson.core jackson-databind + 2.14.3 diff --git a/presto-hudi/pom.xml b/presto-hudi/pom.xml index 226f4c4d1645..ba0543f69f9c 100644 --- a/presto-hudi/pom.xml +++ b/presto-hudi/pom.xml @@ -217,7 +217,6 @@ com.fasterxml.jackson.core jackson-annotations - 2.10.2 provided diff --git a/presto-iceberg/pom.xml b/presto-iceberg/pom.xml index 783d9d7a50bd..91e96ae08752 100644 --- a/presto-iceberg/pom.xml +++ b/presto-iceberg/pom.xml @@ -459,7 +459,6 @@ com.fasterxml.jackson.core jackson-annotations - 2.10.2 provided