Repository: incubator-ratis Updated Branches: refs/heads/master 6a2c3d58d -> e4a016fb0
RATIS-298. Update auto-common and log4j versions. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/e4a016fb Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/e4a016fb Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/e4a016fb Branch: refs/heads/master Commit: e4a016fb039094a55ca802b6d9d26012d49099e7 Parents: 6a2c3d5 Author: Mukul Kumar Singh <[email protected]> Authored: Sat Aug 11 07:59:16 2018 +0530 Committer: Mukul Kumar Singh <[email protected]> Committed: Sat Aug 11 07:59:16 2018 +0530 ---------------------------------------------------------------------- ratis-proto-shaded/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/e4a016fb/ratis-proto-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-proto-shaded/pom.xml b/ratis-proto-shaded/pom.xml index 96daef8..eab30fe 100644 --- a/ratis-proto-shaded/pom.xml +++ b/ratis-proto-shaded/pom.xml @@ -162,7 +162,7 @@ <dependency> <groupId>com.google.auto</groupId> <artifactId>auto-common</artifactId> - <version>0.10</version> + <version>0.8</version> </dependency> <dependency> <groupId>com.google.auto.service</groupId> @@ -242,7 +242,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.6.2</version> + <version>2.11.0</version> </dependency> <dependency> <groupId>log4j</groupId>
