You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2021/04/23 22:43:09 UTC

[hbase] branch branch-1 updated: HBASE-25805 Upgrade com.lmax.disruptor to 3.4.2 (#3194)

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

apurtell pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1 by this push:
     new c1aff55  HBASE-25805 Upgrade com.lmax.disruptor to 3.4.2 (#3194)
c1aff55 is described below

commit c1aff55388b33afed6b34278c796d0b0c9c455c7
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Fri Apr 23 15:42:15 2021 -0700

    HBASE-25805 Upgrade com.lmax.disruptor to 3.4.2 (#3194)
    
    Signed-off-by: Bharath Vissapragada <bh...@apache.org>
    Signed-off-by: Reid Chan <re...@apache.org>
    Signed-off-by: Viraj Jasani <vj...@apache.org>
    Signed-off-by: Aman Poonia <am...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e63dc0b..742305d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1275,7 +1275,7 @@
     <commons-logging.version>1.2</commons-logging.version>
     <commons-math.version>2.2</commons-math.version>
     <commons-net.version>3.1</commons-net.version>
-    <disruptor.version>3.3.0</disruptor.version>
+    <disruptor.version>3.4.2</disruptor.version>
     <!-- Do not use versions earlier than 3.2.2 due to a security vulnerability -->
     <collections.version>3.2.2</collections.version>
     <httpclient.version>3.1</httpclient.version>