Skip to content

Commit b128b9b

Browse files
authored
chore: Upgraded GCP and other util dependencies (#438)
1 parent a6b81e8 commit b128b9b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6060
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6161
<skipUTs>${skipTests}</skipUTs>
62-
<netty.version>4.1.45.Final</netty.version>
62+
<netty.version>4.1.50.Final</netty.version>
6363
</properties>
6464

6565
<scm>
@@ -393,37 +393,37 @@
393393
<dependency>
394394
<groupId>com.google.api-client</groupId>
395395
<artifactId>google-api-client</artifactId>
396-
<version>1.30.1</version>
396+
<version>1.30.9</version>
397397
</dependency>
398398
<dependency>
399399
<groupId>com.google.api-client</groupId>
400400
<artifactId>google-api-client-gson</artifactId>
401-
<version>1.30.1</version>
401+
<version>1.30.9</version>
402402
</dependency>
403403
<dependency>
404404
<groupId>com.google.http-client</groupId>
405405
<artifactId>google-http-client</artifactId>
406-
<version>1.30.1</version>
406+
<version>1.35.0</version>
407407
</dependency>
408408
<dependency>
409409
<groupId>com.google.api</groupId>
410410
<artifactId>api-common</artifactId>
411-
<version>1.8.1</version>
411+
<version>1.9.2</version>
412412
</dependency>
413413
<dependency>
414414
<groupId>com.google.auth</groupId>
415415
<artifactId>google-auth-library-oauth2-http</artifactId>
416-
<version>0.17.1</version>
416+
<version>0.20.0</version>
417417
</dependency>
418418
<dependency>
419419
<groupId>com.google.cloud</groupId>
420420
<artifactId>google-cloud-storage</artifactId>
421-
<version>1.91.0</version>
421+
<version>1.108.0</version>
422422
</dependency>
423423
<dependency>
424424
<groupId>com.google.cloud</groupId>
425425
<artifactId>google-cloud-firestore</artifactId>
426-
<version>1.31.0</version>
426+
<version>1.34.0</version>
427427
</dependency>
428428

429429
<!-- Utilities -->

0 commit comments

Comments
 (0)