This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 827f4c4cee [MINOR UPDATE] Upgrade to Netty 4.1.115 (from 4.1.109) due
to CVE-2024-47535 (#2960)
827f4c4cee is described below
commit 827f4c4ceec174f79feefbb4c6016265a40bc4fd
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Nov 15 16:35:44 2024 +0100
[MINOR UPDATE] Upgrade to Netty 4.1.115 (from 4.1.109) due to
CVE-2024-47535 (#2960)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 460376d653..d7ef0d0925 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
<msgpack.version>0.6.6</msgpack.version>
<netty.tcnative.classifier />
<netty.tcnative.version>2.0.65.Final</netty.tcnative.version>
- <netty.version>4.1.109.Final</netty.version>
+ <netty.version>4.1.115.Final</netty.version>
<parquet.format.version>2.9.0</parquet.format.version>
<parquet.version>1.12.3</parquet.version>
<project.build.outputTimestamp>1676438963</project.build.outputTimestamp>