Skip to content

Commit fdf22a3

Browse files
dpebotlesv
authored andcommitted
Auto-update dependencies. (#662)
1 parent e86825d commit fdf22a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine/endpoints-frameworks-v2/migration-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333
<javax.inject.version>1</javax.inject.version>
3434
<maven.compiler.source>1.7</maven.compiler.source>
3535
<maven.compiler.target>1.7</maven.compiler.target>
36-
<mojo.versions.maven.version>2.1</mojo.versions.maven.version>
36+
<mojo.versions.maven.version>2.3</mojo.versions.maven.version>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<servlet.api.version>2.5</servlet.api.version>
3939
</properties>

compute/cmdline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ limitations under the License.
8989
</dependency>
9090
</dependencies>
9191
<properties>
92-
<project.compute.version>v1-rev147-1.20.0</project.compute.version>
92+
<project.compute.version>v1-rev147-1.22.0</project.compute.version>
9393
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9494
</properties>
9595
</project>

monitoring/v3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.apis</groupId>
8383
<artifactId>google-api-services-monitoring</artifactId>
84-
<version>v3-rev400-1.22.0</version>
84+
<version>v3-rev401-1.22.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)