Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit 85acef7

Browse files
authored
deps: update core dependencies (#44)
1 parent 538ea1d commit 85acef7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

google-cloud-monitoring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.google.auth</groupId>
8181
<artifactId>google-auth-library-oauth2-http</artifactId>
82-
<version>0.19.0</version>
82+
<version>0.20.0</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<!-- Need testing utility classes for generated gRPC clients tests -->

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
<google.core.version>1.91.1</google.core.version>
6767
<google.api-common.version>1.8.1</google.api-common.version>
6868
<google.common-protos.version>1.17.0</google.common-protos.version>
69-
<gax.version>1.52.0</gax.version>
70-
<grpc.version>1.26.0</grpc.version>
69+
<gax.version>1.53.0</gax.version>
70+
<grpc.version>1.27.0</grpc.version>
7171
<protobuf.version>3.11.1</protobuf.version>
7272
<junit.version>4.13</junit.version>
7373
<guava.version>28.1-android</guava.version>

0 commit comments

Comments
 (0)