[LOG4J2-1294] Update Kafka client from 0.9.0.0 to 0.9.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/fd511059 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fd511059 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fd511059
Branch: refs/heads/LOG4J2-1278-gc-free-logger Commit: fd51105975a858e9fb16f0be6f644565e318a7f6 Parents: 99a0845 Author: ggregory <[email protected]> Authored: Mon Feb 22 19:09:28 2016 -0800 Committer: ggregory <[email protected]> Committed: Mon Feb 22 19:09:28 2016 -0800 ---------------------------------------------------------------------- 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/fd511059/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aaea937..a971aee 100644 --- a/pom.xml +++ b/pom.xml @@ -589,7 +589,7 @@ <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> - <version>0.9.0.0</version> + <version>0.9.0.1</version> </dependency> <dependency> <groupId>org.zeromq</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fd511059/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a50600c..bd9a25a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -138,6 +138,9 @@ <action issue="LOG4J2-1240" dev="ggregory" type="update"> Update Liquibase from 3.3.5 to 3.4.2. </action> + <action issue="LOG4J2-1294" dev="ggregory" type="update"> + Update Kafka client from 0.9.0.0 to 0.9.0.1. + </action> <action issue="LOG4J2-1233" dev="ggregory" type="update" due-to="Bahri Gencsoy"> Misleading Value In Properties Example. </action>
