diff --git a/pom.xml b/pom.xml index 56310a9d7604b..0ce1fa77b4b5d 100644 --- a/pom.xml +++ b/pom.xml @@ -103,6 +103,7 @@ 2 4g 1.68.0 + 2.24.3 -missing @@ -233,6 +234,20 @@ import + + org.apache.logging.log4j + log4j-api + ${dep.log4j.version} + runtime + + + + org.apache.logging.log4j + log4j-core + ${dep.log4j.version} + runtime + + io.netty netty-transport diff --git a/presto-druid/pom.xml b/presto-druid/pom.xml index 3e28a595bc2eb..828be203be15a 100644 --- a/presto-druid/pom.xml +++ b/presto-druid/pom.xml @@ -13,7 +13,6 @@ ${project.parent.basedir} - 2.17.1 @@ -178,14 +177,12 @@ org.apache.logging.log4j log4j-api - ${dep.log4j.version} runtime org.apache.logging.log4j log4j-core - ${dep.log4j.version} runtime diff --git a/presto-elasticsearch/pom.xml b/presto-elasticsearch/pom.xml index 4a476e19cfce9..9c6f8bb008552 100644 --- a/presto-elasticsearch/pom.xml +++ b/presto-elasticsearch/pom.xml @@ -12,7 +12,6 @@ ${project.parent.basedir} - 2.17.1 6.0.0 @@ -173,14 +172,12 @@ org.apache.logging.log4j log4j-api - ${dep.log4j.version} runtime org.apache.logging.log4j log4j-core - ${dep.log4j.version} runtime