This is an automated email from the ASF dual-hosted git repository. michaelsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit 4009ab151c34ffabbc89f81ec895cf9951687a99 Author: Michael Smith <[email protected]> AuthorDate: Fri Jan 20 14:01:02 2023 -0800 IMPALA-11855: Upgrade jetty to 9.4.50 Upgrades jetty to 9.4.50 due to CVE-2022-2047, CVE-2022-2048. Change-Id: Icbc6d3ad40b63986137ea1b5c71b9af61bd9e637 Reviewed-on: http://gerrit.cloudera.org:8080/19436 Reviewed-by: Riza Suminto <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- fe/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/pom.xml b/fe/pom.xml index 9909ec11a..4ae1c3fda 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -534,7 +534,7 @@ under the License. <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> - <version>9.4.31.v20200723</version> + <version>9.4.50.v20221201</version> </dependency> <!-- https://mvnrepository.com/artifact/org.pac4j/pac4j-saml -->
