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/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new edfaa157f3 ARTEMIS-4269: also update netty tcnative test/examples dep
to 2.0.61
edfaa157f3 is described below
commit edfaa157f34418ce257a277fb1ee21e8dba4bc05
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon May 22 09:53:37 2023 +0100
ARTEMIS-4269: also update netty tcnative test/examples dep to 2.0.61
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3786094e54..14820364d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
<opentelemetry-alpha.version>${opentelemetry.version}-alpha</opentelemetry-alpha.version>
<!-- this is basically for tests -->
- <netty-tcnative-version>2.0.54.Final</netty-tcnative-version>
+ <netty-tcnative-version>2.0.61.Final</netty-tcnative-version>
<proton.version>0.34.1</proton.version>
<slf4j.version>1.7.36</slf4j.version>
<log4j.version>2.19.0</log4j.version>