Skip to content

Commit 05ef898

Browse files
authored
Merge branch 'master' into vision-http-flaky
2 parents b0a6f51 + f5692d4 commit 05ef898

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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>

kms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.google.apis</groupId>
1818
<artifactId>google-api-services-cloudkms</artifactId>
19-
<version>v1-rev9-1.22.0</version>
19+
<version>v1-rev10-1.20.0</version>
2020
<exclusions>
2121
<exclusion> <!-- exclude an old version of Guava -->
2222
<groupId>com.google.guava</groupId>

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)