Skip to content

Commit

Permalink
Merge pull request #2 from GoogleCloudPlatform/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
elharo authored Mar 14, 2019
2 parents 9e67d65 + a23940d commit db5efd4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.26.0</version>
<version>1.28.0</version>
<exclusions>
<exclusion>
<artifactId>guava-jdk5</artifactId>
Expand All @@ -81,25 +81,25 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-protobuf</artifactId>
<version>1.26.0</version>
<version>1.28.0</version>
</dependency>

<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson</artifactId>
<version>1.26.0</version>
<version>1.28.0</version>
</dependency>

<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.26.0</version>
<version>1.28.0</version>
</dependency>

<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.26.0</version>
<version>1.28.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit db5efd4

Please sign in to comment.