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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new ff868ed671 PHOENIX-7303 fix CVE-2024-29025 in netty package
ff868ed671 is described below

commit ff868ed671fa856f1af8ba7b64056157d1fb22ca
Author: Nikita Pande <37657012+nikita...@users.noreply.github.com>
AuthorDate: Wed Apr 10 14:28:29 2024 +0000

    PHOENIX-7303 fix CVE-2024-29025 in netty package
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 674862d1b5..e3d5b9ac9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
 
     <!-- Dependency versions -->
     <jackson-bom.version>2.14.1</jackson-bom.version>
-    <netty-bom.version>4.1.104.Final</netty-bom.version>
+    <netty-bom.version>4.1.108.Final</netty-bom.version>
     <antlr.version>3.5.2</antlr.version>
     <!-- Only used for tests with HBase 2.1-2.4 -->
     <reload4j.version>1.2.19</reload4j.version>

Reply via email to