Skip to content

Commit

Permalink
bump grpc version (googleapis#3447)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihanzhen committed Jul 11, 2018
1 parent eaa2ae0 commit a56916c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
Expand Down Expand Up @@ -145,7 +146,7 @@ private static void fillRequesterPaysFile(Storage storage, String fname, int siz
}

// Start of tests related to the "requester pays" feature

@Ignore("blocked by #3448")
@Test
public void testFileExistsRequesterPaysNoUserProject() throws IOException {
CloudStorageFileSystem testBucket = getRequesterPaysBucket(false, "");
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@
<api-client.version>1.23.0</api-client.version>
<gax.version>1.29.0</gax.version>
<google.auth.version>0.9.1</google.auth.version>
<grpc.version>1.12.0</grpc.version>
<grpc.version>1.13.1</grpc.version>
<nettyssl.version>2.0.7.Final</nettyssl.version>
<guava.version>20.0</guava.version>
<http-client.version>1.23.0</http-client.version>
<protobuf.version>3.5.1</protobuf.version>
<opencensus.version>0.11.1</opencensus.version>
<opencensus.version>0.12.3</opencensus.version>
<!-- test dependency versions -->
<easymock.version>3.4</easymock.version>
<objenesis.version>2.6</objenesis.version>
Expand Down

0 comments on commit a56916c

Please sign in to comment.