Skip to content

Commit 1771a01

Browse files
authored
Updating GCS dependency version (#89)
1 parent 48104da commit 1771a01

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -347,18 +347,13 @@
347347
<dependency>
348348
<groupId>com.google.cloud</groupId>
349349
<artifactId>google-cloud-storage</artifactId>
350-
<version>1.2.1</version>
350+
<version>1.7.0</version>
351351
</dependency>
352352
<dependency>
353353
<groupId>com.google.cloud</groupId>
354354
<artifactId>google-cloud-firestore</artifactId>
355355
<version>0.25.0-beta</version>
356356
</dependency>
357-
<dependency>
358-
<groupId>com.google.api</groupId>
359-
<artifactId>gax</artifactId>
360-
<version>1.8.1</version>
361-
</dependency>
362357

363358
<!-- Utilities -->
364359
<dependency>

0 commit comments

Comments
 (0)