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 2018/07/19 18:27:41 UTC

logging-log4j2 git commit: [LOG4J2-2384] Update Kafka client from 1.1.0 to 1.1.1.

Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x 054281e08 -> dfc6ef271


[LOG4J2-2384] Update Kafka client from 1.1.0 to 1.1.1.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/dfc6ef27
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/dfc6ef27
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/dfc6ef27

Branch: refs/heads/release-2.x
Commit: dfc6ef27170c527f9c8ad9f649fd3cb7d553cd86
Parents: 054281e
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Jul 19 12:27:36 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Jul 19 12:27:36 2018 -0600

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/dfc6ef27/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bbc135e..1a92e65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -616,7 +616,7 @@
       <dependency>
         <groupId>org.apache.kafka</groupId>
         <artifactId>kafka-clients</artifactId>
-        <version>1.1.0</version>
+        <version>1.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.zeromq</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/dfc6ef27/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3dee2c9..8fe80a3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -158,6 +158,9 @@
       <action issue="LOG4J2-2382" dev="ggregory" type="fix">
         Update Mongodb 3 driver from 3.6.3 to 3.8.0.
       </action>
+      <action issue="LOG4J2-2384" dev="ggregory" type="update">
+        Update Kafka client from 1.1.0 to 1.1.1.
+      </action>
     </release>
     <release version="2.11.0" date="2018-03-11" description="GA Release 2.11.0">
       <action issue="LOG4J2-2104" dev="rgoers" type="fix">