From b7b71993dd72565e23d9876268660ba86f11d7e1 Mon Sep 17 00:00:00 2001 From: Xiang Fu Date: Thu, 7 Mar 2024 13:52:47 -0800 Subject: [PATCH] Upgrade nimbus and jetty library versions for CVE --- .../pinot-file-system/pinot-adls/pom.xml | 5 +++ .../pinot-pulsar/pom.xml | 17 ++------ pom.xml | 40 +++++++++++++++++++ 3 files changed, 49 insertions(+), 13 deletions(-) diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml index 59b613be387..82e0f49a5a8 100644 --- a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml +++ b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml @@ -105,6 +105,11 @@ wildfly-openssl-java ${wildfly-openssl.version} + + com.nimbusds + nimbus-jose-jwt + 9.37.3 + diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml index 7926c5e33f2..f6979225a24 100644 --- a/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml +++ b/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/pom.xml @@ -38,7 +38,6 @@ package ${basedir}/../../.. 2.11.0 - 9.4.51.v20230217 3.1.0 2.1 2.39 @@ -54,17 +53,6 @@ - - org.eclipse.jetty - jetty-server - ${jetty-server.version} - - - javax.servlet - javax.servlet-api - - - org.testcontainers pulsar @@ -155,10 +143,13 @@ simpleclient ${simpleclient_common.version} + + org.eclipse.jetty + jetty-server + org.eclipse.jetty jetty-servlet - ${jetty-server.version} com.squareup.okio diff --git a/pom.xml b/pom.xml index 98f75883d85..a90d807043b 100644 --- a/pom.xml +++ b/pom.xml @@ -203,6 +203,7 @@ 3.24.1 1.7.0.Final 1.5.4 + 9.4.54.v20240208 @@ -972,6 +973,45 @@ jettison ${jettison.version} + + + + org.eclipse.jetty.websocket + websocket-client + ${eclipse.jetty.version} + + + org.eclipse.jetty + jetty-server + ${eclipse.jetty.version} + + + javax.servlet + javax.servlet-api + + + + + org.eclipse.jetty + jetty-servlet + ${eclipse.jetty.version} + + + org.eclipse.jetty + jetty-util + ${eclipse.jetty.version} + + + org.eclipse.jetty + jetty-util-ajax + ${eclipse.jetty.version} + + + org.eclipse.jetty + jetty-webapp + ${eclipse.jetty.version} + + org.apache.hadoop.thirdparty