mirror of https://github.com/apache/druid.git
Upgrade to jetty 9.4.48.v20220622 due to CVEs (#12801)
* Upgrade to jetty 9.4.48.v20220622 due to CVEs * Update licenses.yaml
This commit is contained in:
parent
5772dfd155
commit
188b5b0027
|
@ -2022,7 +2022,7 @@ name: Jetty
|
|||
license_category: binary
|
||||
module: java-core
|
||||
license_name: Apache License version 2.0
|
||||
version: 9.4.47.v20220610
|
||||
version: 9.4.48.v20220622
|
||||
libraries:
|
||||
- org.eclipse.jetty: jetty-client
|
||||
- org.eclipse.jetty: jetty-continuation
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -95,7 +95,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.47.v20220610</jetty.version>
|
||||
<jetty.version>9.4.48.v20220622</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>
|
||||
|
|
Loading…
Reference in New Issue