Skip to content

Commit d01b062

Browse files
authored
Upgraded Firestore and GCS (#312)
1 parent d6cda02 commit d01b062

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,17 +412,17 @@
412412
<dependency>
413413
<groupId>com.google.auth</groupId>
414414
<artifactId>google-auth-library-oauth2-http</artifactId>
415-
<version>0.16.1</version>
415+
<version>0.17.1</version>
416416
</dependency>
417417
<dependency>
418418
<groupId>com.google.cloud</groupId>
419419
<artifactId>google-cloud-storage</artifactId>
420-
<version>1.79.0</version>
420+
<version>1.91.0</version>
421421
</dependency>
422422
<dependency>
423423
<groupId>com.google.cloud</groupId>
424424
<artifactId>google-cloud-firestore</artifactId>
425-
<version>1.9.0</version>
425+
<version>1.21.0</version>
426426
</dependency>
427427

428428
<!-- Utilities -->

0 commit comments

Comments
 (0)