Skip to content

Commit c8784f1

Browse files
chore(deps): update dependency com.google.apis:google-api-services-storage to v1-rev20201112-1.31.0 (GoogleCloudPlatform#4356)
* chore(deps): update dependency com.google.apis:google-api-services-storage to v1-rev20201112-1.31.0 * Update pom.xml * Update pom.xml Co-authored-by: Emily Ball <eaball35@gmail.com>
1 parent effb2df commit c8784f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

storage/json-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.google.apis</groupId>
4343
<artifactId>google-api-services-storage</artifactId>
44-
<version>v1-rev20201112-1.30.10</version>
44+
<version>v1-rev20201112-1.31.0</version>
4545
<exclusions>
4646
<exclusion> <!-- exclude an old version of Guava -->
4747
<groupId>com.google.guava</groupId>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.google.auth</groupId>
5454
<artifactId>google-auth-library-oauth2-http</artifactId>
55-
<version>0.22.0</version>
55+
<version>0.22.1</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.guava</groupId>

storage/xml-api/cmdline-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.google.apis</groupId>
7272
<artifactId>google-api-services-storage</artifactId>
73-
<version>v1-rev20201112-1.30.10</version>
73+
<version>v1-rev20201112-1.31.0</version>
7474
<exclusions>
7575
<exclusion> <!-- exclude an old version of Guava -->
7676
<groupId>com.google.guava</groupId>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.auth</groupId>
8383
<artifactId>google-auth-library-oauth2-http</artifactId>
84-
<version>0.22.0</version>
84+
<version>0.22.1</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.google.http-client</groupId>

0 commit comments

Comments
 (0)