This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
commit aefb36b22ba191f768786f5ea3aafec54a865111 Author: Robbie Gemmell <[email protected]> AuthorDate: Mon Aug 18 11:08:04 2025 +0100 QPIDJMS-610: Update to Netty 4.1.124 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0f6e58f5..30b064d2 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <properties> <!-- Dependency Versions for this Project --> <proton-version>0.34.1</proton-version> - <netty-version>4.1.123.Final</netty-version> + <netty-version>4.1.124.Final</netty-version> <slf4j-version>2.0.17</slf4j-version> <jakarta.jms-api-version>3.1.0</jakarta.jms-api-version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
