This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 824553cf94 Revert "ARTEMIS-5989 Bump netty.version from 4.1.132.Final
to 4.1.133.Final"
824553cf94 is described below
commit 824553cf9486343aab63ffefc1c183851c14168c
Author: Justin Bertram <[email protected]>
AuthorDate: Wed May 6 10:43:14 2026 -0500
Revert "ARTEMIS-5989 Bump netty.version from 4.1.132.Final to 4.1.133.Final"
This reverts commit 021d269ce7ab1aecd9de0b7d7371f5b7e4af34c9.
The upgrade is causing MQTT test failures so reverting.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f597b7d8dc..d933344c40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
<checkstyle.version>12.3.1</checkstyle.version>
<mockito.version>5.23.0</mockito.version>
<jctools.version>4.0.6</jctools.version>
- <netty.version>4.1.133.Final</netty.version>
+ <netty.version>4.1.132.Final</netty.version>
<hdrhistogram.version>2.2.2</hdrhistogram.version>
<curator.version>5.9.0</curator.version>
<zookeeper.version>3.9.5</zookeeper.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]