Skip to content

Commit

Permalink
Auto-update dependencies. (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and lesv committed Oct 11, 2017
1 parent f521cb5 commit 24739b6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudkms</artifactId>
<version>v1-rev22-1.23.0</version>
<version>v1-rev23-1.23.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 @@ -38,7 +38,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storagetransfer</artifactId>
<version>v1-rev26-1.23.0</version>
<version>v1-rev27-1.23.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion storage/xml-api/serviceaccount-appengine-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<codehaus-exec-maven-plugin-version>1.1</codehaus-exec-maven-plugin-version>
<codehaus-findbugs-maven-plugin-version>3.0.5</codehaus-findbugs-maven-plugin-version>
<maven-war-plugin-version>3.1.0</maven-war-plugin-version>
<maven-war-plugin-version>3.2.0</maven-war-plugin-version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion taskqueue/deferred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<maven.compiler.source>1.7</maven.compiler.source>
<appengine.sdk.version>1.9.57</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
<codehaus-versions-maven-plugin-version>2.5</codehaus-versions-maven-plugin-version>
<maven-war-plugin-version>3.1.0</maven-war-plugin-version>
<maven-war-plugin-version>3.2.0</maven-war-plugin-version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion unittests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.source>1.7</maven.compiler.source>
<appengine.sdk.version>1.9.57</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-war-plugin-version>3.1.0</maven-war-plugin-version>
<maven-war-plugin-version>3.2.0</maven-war-plugin-version>
<maven-compiler-plugin-version>2.5.1</maven-compiler-plugin-version>
<google-api-client.version>1.23.0</google-api-client.version>
</properties>
Expand Down

0 comments on commit 24739b6

Please sign in to comment.