This is an automated email from the ASF dual-hosted git repository.

karan 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 ae16fd49ebc Upgrade netty version to fix CVE (#17515)
ae16fd49ebc is described below

commit ae16fd49ebcf90a4db63596aa80f641d4e76691b
Author: Ashi Bhardwaj <[email protected]>
AuthorDate: Thu Jan 9 11:04:28 2025 +0530

    Upgrade netty version to fix CVE (#17515)
---
 licenses.yaml | 4 ++--
 pom.xml       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index 86ca3df93b6..e3f822300cf 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -1245,7 +1245,7 @@ name: Netty
 license_category: binary
 module: java-core
 license_name: Apache License version 2.0
-version: 4.1.108.Final
+version: 4.1.116.Final
 libraries:
   - io.netty: netty-buffer
   - io.netty: netty-codec
@@ -4411,7 +4411,7 @@ name: Netty
 license_category: binary
 module: extensions/druid-azure-extensions
 license_name: Apache License version 2.0
-version: 2.0.65.Final
+version: 2.0.69.Final
 libraries:
   - io.netty: netty-tcnative-boringssl-static
   - io.netty: netty-tcnative-classes
diff --git a/pom.xml b/pom.xml
index b5d2a25cd66..c67df8127a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
         <mysql.version>8.2.0</mysql.version>
         <mariadb.version>2.7.3</mariadb.version>
         <netty3.version>3.10.6.Final</netty3.version>
-        <netty4.version>4.1.108.Final</netty4.version>
+        <netty4.version>4.1.116.Final</netty4.version>
         <postgresql.version>42.7.2</postgresql.version>
         <protobuf.version>3.25.5</protobuf.version>
         <resilience4j.version>1.3.1</resilience4j.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to