Skip to content

Commit

Permalink
Auto-update dependencies. (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and lesv committed May 12, 2017
1 parent e86825d commit fdf22a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ limitations under the License.
<javax.inject.version>1</javax.inject.version>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<mojo.versions.maven.version>2.1</mojo.versions.maven.version>
<mojo.versions.maven.version>2.3</mojo.versions.maven.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<servlet.api.version>2.5</servlet.api.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion compute/cmdline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ limitations under the License.
</dependency>
</dependencies>
<properties>
<project.compute.version>v1-rev147-1.20.0</project.compute.version>
<project.compute.version>v1-rev147-1.22.0</project.compute.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
2 changes: 1 addition & 1 deletion monitoring/v3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-monitoring</artifactId>
<version>v3-rev400-1.22.0</version>
<version>v3-rev401-1.22.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit fdf22a3

Please sign in to comment.