This is an automated email from the ASF dual-hosted git repository. absurdfarce pushed a commit to branch CASSJAVA-113 in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git
commit d3a936400bb316c6f1bda53281cacdbdecbf9123 Author: absurdfarce <[email protected]> AuthorDate: Thu Dec 11 12:49:36 2025 -0600 Bump netty version to 4.1.129 in order to get lz4 fixes --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4527df25..2cb81148f 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ <!-- when changing version also update version in LICENSE_binary --> <hdrhistogram.version>2.1.12</hdrhistogram.version> <metrics.version>4.1.18</metrics.version> - <netty.version>4.1.126.Final</netty.version> + <netty.version>4.1.129.Final</netty.version> <esri.version>1.2.1</esri.version> <!-- When upgrading TinkerPop please upgrade the version matrix in --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
