[LOG4J2-1533] Update Kafka client from 0.10.0.0 to 0.10.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/bc2253f8 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/bc2253f8 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/bc2253f8
Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure Commit: bc2253f8038e82719df7a2f3ff33b13f1e6e6ebd Parents: 2c019d6 Author: Gary Gregory <ggreg...@apache.org> Authored: Thu Aug 18 17:20:09 2016 -0700 Committer: Gary Gregory <ggreg...@apache.org> Committed: Thu Aug 18 17:20:09 2016 -0700 ---------------------------------------------------------------------- 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/bc2253f8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f9af41f..91c5357 100644 --- a/pom.xml +++ b/pom.xml @@ -591,7 +591,7 @@ <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> - <version>0.10.0.0</version> + <version>0.10.0.1</version> </dependency> <dependency> <groupId>org.zeromq</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/bc2253f8/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ccf3181..267ea99 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -105,6 +105,9 @@ <action issue="LOG4J2-1496" dev="ggregory" type="update" due-to="Gary Gregory"> Update Kafka client from 0.9.1.0 to 0.10.0.0. </action> + <action issue="LOG4J2-1533" dev="ggregory" type="update" due-to="Gary Gregory"> + Update Kafka client from 0.10.0.0 to 0.10.0.1. + </action> <action issue="LOG4J2-1487" dev="ggregory" type="update" due-to="Gary Gregory"> Update JMS test from ActiveMQ 5.13.3 to 5.13.4. </action>