Repository: logging-log4j2 Updated Branches: refs/heads/master 47fe07b6e -> e172e076c
[LOG4J2-2047] Update Cassandra driver from 3.1.0 to 3.1.4. Cassandra IT OK. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e172e076 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e172e076 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e172e076 Branch: refs/heads/master Commit: e172e076cd2f3dcf024f142f938c5e06ab002ed0 Parents: 47fe07b Author: Gary Gregory <[email protected]> Authored: Tue Sep 12 01:41:52 2017 -0600 Committer: Gary Gregory <[email protected]> Committed: Tue Sep 12 01:41:52 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/e172e076/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index da83531..a9007b6 100644 --- a/pom.xml +++ b/pom.xml @@ -720,7 +720,7 @@ <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> - <version>3.1.0</version> + <version>3.1.4</version> </dependency> <dependency> <groupId>org.liquibase</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e172e076/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0fee463..5ec4943 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,6 +61,9 @@ <action issue="LOG4J2-2046" dev="ggregory" type="update"> Update Apache Commons Compress from 1.13 to 1.14. </action> + <action issue="LOG4J2-2047" dev="ggregory" type="update"> + Update Cassandra driver from 3.1.0 to 3.1.4. + </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">
