You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2020/05/27 20:42:00 UTC

[logging-log4j2] branch release-2.x updated: Update conversantDisruptorVersion comment.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new e7a2f0f  Update conversantDisruptorVersion comment.
e7a2f0f is described below

commit e7a2f0f57a99e7f86b487a07378f86e87ee2903c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed May 27 16:41:54 2020 -0400

    Update conversantDisruptorVersion comment.
    
    Version 1.2.16 requires Java 9.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ae36107..3110225 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
     <kubernetes-client.version>4.6.1</kubernetes-client.version>
     <flumeVersion>1.9.0</flumeVersion>
     <disruptorVersion>3.4.2</disruptorVersion>
-    <conversantDisruptorVersion>1.2.15</conversantDisruptorVersion> <!-- Version 1.2.11 requires Java 8 -->
+    <conversantDisruptorVersion>1.2.15</conversantDisruptorVersion> <!-- Version 1.2.16 requires Java 9 -->
     <mongodb3.version>3.12.4</mongodb3.version>
     <mongodb4.version>4.0.3</mongodb4.version>
     <groovy.version>3.0.3</groovy.version>