Repository: logging-log4j2 Updated Branches: refs/heads/master d1f6b1be5 -> 22775f6a9
[LOG4J2-2049] Update Apache Kafka Client from 0.11.0.0 to 0.11.0.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/22775f6a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/22775f6a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/22775f6a Branch: refs/heads/master Commit: 22775f6a9edd7eb08f3a7eb9fb5c8bd532ac1524 Parents: d1f6b1b Author: Gary Gregory <[email protected]> Authored: Wed Sep 13 09:13:07 2017 -0600 Committer: Gary Gregory <[email protected]> Committed: Wed Sep 13 09:13:07 2017 -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/22775f6a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 562a09e..f91aa8d 100644 --- a/pom.xml +++ b/pom.xml @@ -586,7 +586,7 @@ <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> - <version>0.11.0.0</version> + <version>0.11.0.1</version> </dependency> <dependency> <groupId>org.zeromq</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/22775f6a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ed32bea..bca7660 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,6 +64,9 @@ <action issue="LOG4J2-2047" dev="ggregory" type="update"> Update Cassandra driver from 3.1.0 to 3.1.4. </action> + <action issue="LOG4J2-2049" dev="ggregory" type="update"> + Update Apache Kafka Client from 0.11.0.0 to 0.11.0.1. + </action> </release> <release version="2.9.0" date="2017-08-26" description="GA Release 2.9.0"> <action issue="LOG4J2-1928" dev="rgoers" type="update">
