You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/04/14 13:32:42 UTC

[syncope] branch 2_1_X updated: Upgrading Disruptor

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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 2dba670  Upgrading Disruptor
2dba670 is described below

commit 2dba670c9e296e9460ff401a95ff174facbf5a11
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Apr 14 15:30:14 2021 +0200

    Upgrading Disruptor
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bde782e..ff4d07f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,7 +436,7 @@ under the License.
     <apachedirapi.version>2.0.0</apachedirapi.version>
 
     <log4j.version>2.14.1</log4j.version>
-    <disruptor.version>3.4.2</disruptor.version>
+    <disruptor.version>3.4.3</disruptor.version>
 
     <commons-io.version>2.7</commons-io.version>
     <commons-email.version>1.5</commons-email.version>