Repository: incubator-distributedlog Updated Branches: refs/heads/release-0.4.0-incubating 4c327458f -> 264bd5ee2
DL-193: Bumped up the Guava version Moving the Guava version from 16.0 to 20.0. Author: arvindkandhare <arvind.kandh...@emc.com> Reviewers: Henry Saputra <henry.sapu...@gmail.com>, Sijie Guo <si...@apache.org> Closes #123 from arvindkandhare/guava_version (cherry picked from commit b4b0a7693c5095372b8bc00baf5f0139708a1902) Signed-off-by: Sijie Guo <si...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/264bd5ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/264bd5ee Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/264bd5ee Branch: refs/heads/release-0.4.0-incubating Commit: 264bd5ee201efb94791059c37604d876df2e21d1 Parents: 4c32745 Author: arvindkandhare <arvind.kandh...@emc.com> Authored: Tue Mar 21 14:50:59 2017 -0700 Committer: Sijie Guo <si...@apache.org> Committed: Tue Mar 21 23:19:51 2017 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/264bd5ee/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fd34f74..3aa5643 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <!-- dependencies --> - <bookkeeper.version>4.3.6-TWTTR-OSS</bookkeeper.version> + <bookkeeper.version>4.3.7-TWTTR-OSS</bookkeeper.version> <codahale.metrics.version>3.0.1</codahale.metrics.version> <commons-cli.version>1.1</commons-cli.version> <commons-codec.version>1.6</commons-codec.version> @@ -102,7 +102,7 @@ <commons-lang3.version>3.3.2</commons-lang3.version> <curator.version>3.2.1</curator.version> <finagle.version>6.34.0</finagle.version> - <guava.version>16.0</guava.version> + <guava.version>20.0</guava.version> <jetty.version>8.1.19.v20160209</jetty.version> <jmock.version>2.8.2</jmock.version> <junit.version>4.8.1</junit.version>