Skip to content

Commit

Permalink
Upgrade grpc to v1.35.0 (#2722)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman authored Feb 3, 2021
1 parent b78e57a commit dbaeeae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<version.lib.etcd4j>2.17.0</version.lib.etcd4j>
<version.lib.google-api-client>1.30.11</version.lib.google-api-client>
<version.lib.graalvm>19.2.0</version.lib.graalvm>
<version.lib.grpc>1.27.1</version.lib.grpc>
<version.lib.grpc>1.35.0</version.lib.grpc>
<version.lib.guava>30.0-jre</version.lib.guava>
<version.lib.h2>1.4.199</version.lib.h2>
<version.lib.hamcrest>1.3</version.lib.hamcrest>
Expand Down
6 changes: 2 additions & 4 deletions grpc/io.grpc/src/main/java9/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, 2020 Oracle and/or its affiliates.
* Copyright (c) 2019, 2021 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -26,11 +26,9 @@
requires java.logging;
requires java.naming;

requires static com.google.common;

uses io.grpc.ManagedChannelProvider;
uses io.grpc.NameResolverProvider;
uses io.grpc.ServerProvider;
uses io.grpc.internal.BinaryLogProvider;
uses io.grpc.LoadBalancerProvider;
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<version.lib.groovy-all>2.4.14</version.lib.groovy-all>
<version.lib.jgit>4.9.9.201903122025-r</version.lib.jgit>
<version.lib.jsch>0.1.55</version.lib.jsch>
<version.lib.netty.tcnative>2.0.26.Final</version.lib.netty.tcnative>
<version.lib.netty.tcnative>2.0.36.Final</version.lib.netty.tcnative>
<version.lib.restito>0.9.1</version.lib.restito>
<version.lib.rxjava2-jdk9-interop>0.1.0</version.lib.rxjava2-jdk9-interop>
<version.lib.rxjava>2.0.8</version.lib.rxjava>
Expand Down

0 comments on commit dbaeeae

Please sign in to comment.