This is an automated email from the ASF dual-hosted git repository.
frankchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 059aba781a issue-12628: upgrade jetty to 9.4.41.v20210516 due to CVE
(#12629)
059aba781a is described below
commit 059aba781a59652c09ddea29b7bd6c7d592fb3ce
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Jul 6 17:20:01 2022 +0100
issue-12628: upgrade jetty to 9.4.41.v20210516 due to CVE (#12629)
* upgrade jetty to 9.4.41.v20210516 due to cve
* Update licenses.yaml
---
licenses.yaml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index 5cf54a21e2..9778fc2fec 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -2022,7 +2022,7 @@ name: Jetty
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 9.4.40.v20210413
+version: 9.4.41.v20210516
libraries:
- org.eclipse.jetty: jetty-client
- org.eclipse.jetty: jetty-continuation
diff --git a/pom.xml b/pom.xml
index aee015cc37..fce189172b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
<guava.version>16.0.1</guava.version>
<guice.version>4.1.0</guice.version>
<hamcrest.version>1.3</hamcrest.version>
- <jetty.version>9.4.40.v20210413</jetty.version>
+ <jetty.version>9.4.41.v20210516</jetty.version>
<jersey.version>1.19.4</jersey.version>
<jackson.version>2.10.5.20201202</jackson.version>
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]