You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2019/09/13 19:21:23 UTC

[activemq-artemis] branch master updated: [ARTEMIS-2487] Updated to org.jctools:jctools-core:2.1.2

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a01e84  [ARTEMIS-2487] Updated to org.jctools:jctools-core:2.1.2
     new d13d284  This closes #2836
4a01e84 is described below

commit 4a01e840bf8a9893be6b47cbc6064aa07b5b3d14
Author: Rico Neubauer <R....@seeburger.de>
AuthorDate: Fri Sep 13 17:20:50 2019 +0200

    [ARTEMIS-2487] Updated to org.jctools:jctools-core:2.1.2
    
    To resolve wrong import range due to wrong declaration in
    jctools-core:2.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a3f4cf3..7eb2ac3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
       <jgroups.version>3.6.13.Final</jgroups.version>
       <maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
       <mockito.version>2.25.0</mockito.version>
-      <jctools.version>2.1.1</jctools.version>
+      <jctools.version>2.1.2</jctools.version>
       <netty.version>4.1.34.Final</netty.version>
       <netty-tcnative-version>2.0.22.Final</netty-tcnative-version>
       <proton.version>0.33.2</proton.version>