Repository: incubator-ratis Updated Branches: refs/heads/master 9533febc0 -> e6fd4949e
RATIS-302. Bump the version of grpc-java and netty. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/e6fd4949 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/e6fd4949 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/e6fd4949 Branch: refs/heads/master Commit: e6fd4949e0e3ae092acf28c988de2c570d639781 Parents: 9533feb Author: Mukul Kumar Singh <[email protected]> Authored: Fri Aug 24 13:12:24 2018 +0530 Committer: Mukul Kumar Singh <[email protected]> Committed: Fri Aug 24 13:12:24 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/e6fd4949/ratis-proto-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-proto-shaded/pom.xml b/ratis-proto-shaded/pom.xml index de81586..87e3766 100644 --- a/ratis-proto-shaded/pom.xml +++ b/ratis-proto-shaded/pom.xml @@ -29,9 +29,9 @@ <classes.dir>${project.build.directory}/classes</classes.dir> <!--Version of grpc to be shaded --> - <shaded.grpc.version>1.10.0</shaded.grpc.version> + <shaded.grpc.version>1.14.0</shaded.grpc.version> <!--Version of Netty to be shaded --> - <shaded.netty.version>4.1.17.Final</shaded.netty.version> + <shaded.netty.version>4.1.27.Final</shaded.netty.version> <netty-tcnative.version>2.0.8.Final</netty-tcnative.version> </properties>
