Skip to content

Commit

Permalink
Auto-update dependencies. (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and lesv committed Aug 10, 2017
1 parent c9de8e5 commit 14af207
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flexible/gaeinfo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Copyright 2017 Google Inc.
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.52</version>
<version>1.9.54</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion storage/json-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev109-1.22.0</version>
<version>v1-rev110-1.22.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion storage/storage-transfer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storagetransfer</artifactId>
<version>v1-rev23-1.22.0</version>
<version>v1-rev24-1.22.0</version>
<exclusions>
</exclusions>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion storage/xml-api/cmdline-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev109-1.22.0</version>
<version>v1-rev110-1.22.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 14af207

Please sign in to comment.