This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch 5.1 in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.1 by this push: new 9e2d635312 PHOENIX-7575 Update Netty to 4.1.119 (#2103) 9e2d635312 is described below commit 9e2d6353124ba1c1a383f8b7d8a0b6e2bed00371 Author: Istvan Toth <st...@apache.org> AuthorDate: Tue Apr 8 17:08:24 2025 +0200 PHOENIX-7575 Update Netty to 4.1.119 (#2103) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c34e016f12..97c3a65d53 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ <!-- Dependency versions --> <jackson-bom.version>2.14.1</jackson-bom.version> - <netty-bom.version>4.1.108.Final</netty-bom.version> + <netty-bom.version>4.1.119.Final</netty-bom.version> <antlr.version>3.5.2</antlr.version> <reload4j.version>1.2.24</reload4j.version> <!-- Only for Hbase 2.5 minicluster -->