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-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 574a797  PHOENIX-7583 Update Netty to 4.1.119 in QueryServer (#178)
574a797 is described below

commit 574a797979282c75c2c6591b5ec8d1bfbe71e49b
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Apr 16 11:29:00 2025 +0200

    PHOENIX-7583 Update Netty to 4.1.119 in QueryServer (#178)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 687676f..fcc75ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
 
         <gson.version>2.10.1</gson.version>
         <jetty.version>9.4.56.v20240826</jetty.version>
-        <netty-bom.version>4.1.108.Final</netty-bom.version>
+        <netty-bom.version>4.1.119.Final</netty-bom.version>
         <commons-io.version>2.18.0</commons-io.version>
         <sqlline.version>1.9.0</sqlline.version>
         <slf4j.version>1.7.36</slf4j.version>

Reply via email to