This is an automated email from the ASF dual-hosted git repository.
jbertram 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 49367ce51c ARTEMIS-4615 upgrade JCTools to 4.0.2
49367ce51c is described below
commit 49367ce51ce949adadb65c8e44b42fada3d84512
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Jan 31 09:47:09 2024 -0600
ARTEMIS-4615 upgrade JCTools to 4.0.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 30285ed161..a90f953385 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<sevntu.checks.version>1.44.1</sevntu.checks.version>
<checkstyle.version>10.12.7</checkstyle.version>
<mockito.version>5.10.0</mockito.version>
- <jctools.version>2.1.2</jctools.version>
+ <jctools.version>4.0.2</jctools.version>
<netty.version>4.1.106.Final</netty.version>
<hdrhistogram.version>2.1.12</hdrhistogram.version>
<curator.version>5.6.0</curator.version>