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/06/26 21:18:41 UTC

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

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 441aec655 -> 4bfefbb5b


[LOG4J2-2358] Update Kafka client from 1.0.0 to 1.1.0.

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

Branch: refs/heads/master
Commit: 4bfefbb5bf8f5de2119b0e971537806118b74971
Parents: 441aec6
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Jun 26 17:18:37 2018 -0400
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Jun 26 17:18:37 2018 -0400

----------------------------------------------------------------------
 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/4bfefbb5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 42cd205..7d424c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -607,7 +607,7 @@
       <dependency>
         <groupId>org.apache.kafka</groupId>
         <artifactId>kafka-clients</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0</version>
       </dependency>
       <dependency>
         <groupId>org.zeromq</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4bfefbb5/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 378843d..cd89a1a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -281,6 +281,9 @@
       <action issue="LOG4J2-2357" dev="ggregory" type="update">
         Update Jackson from 2.9.5 to 2.9.6.
       </action>
+      <action issue="LOG4J2-2358" dev="ggregory" type="update">
+        Update Kafka client from 1.0.0 to 1.1.0.
+      </action>
     </release>
     <release version="2.11.0" date="2018-xx-xx" description="GA Release 2.11.0">
       <action issue="LOG4J2-2104" dev="rgoers" type="fix">