You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/06/29 09:34:26 UTC

[karaf] branch main updated: [KARAF-7479] Upgrade to disruptor 1.2.20

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 43fe9bd389 [KARAF-7479] Upgrade to disruptor 1.2.20
     new 32fc94b39f Merge pull request #1571 from jbonofre/KARAF-7479
43fe9bd389 is described below

commit 43fe9bd3890a4bd21ad00bff7d87c49bad25c78d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 28 06:13:16 2022 +0200

    [KARAF-7479] Upgrade to disruptor 1.2.20
---
 audit/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audit/pom.xml b/audit/pom.xml
index 76ba5e8a3f..103857f295 100644
--- a/audit/pom.xml
+++ b/audit/pom.xml
@@ -78,7 +78,7 @@
         <dependency>
             <groupId>com.conversantmedia</groupId>
             <artifactId>disruptor</artifactId>
-            <version>1.2.11</version>
+            <version>1.2.20</version>
             <optional>true</optional>
         </dependency>