This is an automated email from the ASF dual-hosted git repository.
jonwei pushed a commit to branch 0.18.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/0.18.0 by this push:
new d7e62f1 Upgrade netty 4 to fix CVE-2020-11612 (#9651) (#9654)
d7e62f1 is described below
commit d7e62f1954670d538d5c9ed0c0ec02c6b6595217
Author: Chi Cao Minh <[email protected]>
AuthorDate: Thu Apr 9 17:29:48 2020 -0700
Upgrade netty 4 to fix CVE-2020-11612 (#9651) (#9654)
---
licenses.yaml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index 3442697..f01be23 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -917,7 +917,7 @@ name: Netty
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 4.1.45.Final
+version: 4.1.48.Final
libraries:
- io.netty: netty-buffer
- io.netty: netty-codec
diff --git a/pom.xml b/pom.xml
index 391ac8e..d514542 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
<netty3.version>3.10.6.Final</netty3.version>
<resilience4j.version>1.3.1</resilience4j.version>
<!-- Spark updated in https://github.com/apache/spark/pull/19884 -->
- <netty4.version>4.1.45.Final</netty4.version>
+ <netty4.version>4.1.48.Final</netty4.version>
<node.version>v10.14.2</node.version>
<npm.version>6.5.0</npm.version>
<postgresql.version>42.2.8</postgresql.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]