Skip to content

Commit 9ae3410

Browse files
deps: update core dependencies (#54)
* deps: update core dependencies * deps: import protobuf-bom Co-authored-by: Jeff Ching <chingor@google.com>
1 parent 6bab25b commit 9ae3410

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@
6363
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6464
<github.global.server>github</github.global.server>
6565
<site.installationModule>google-cloud-logging-parent</site.installationModule>
66-
<google.core.version>1.91.3</google.core.version>
66+
<google.core.version>1.92.0</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.50.1</gax.version>
70-
<grpc.version>1.25.0</grpc.version>
69+
<gax.version>1.52.0</gax.version>
70+
<grpc.version>1.26.0</grpc.version>
7171
<protobuf.version>3.11.1</protobuf.version>
7272
<junit.version>4.12</junit.version>
7373
<guava.version>28.1-android</guava.version>
7474
<threeten.version>1.4.0</threeten.version>
7575
<javax.annotations.version>1.3.2</javax.annotations.version>
7676
<animal-sniffer.version>1.18</animal-sniffer.version>
77-
<google.auth.version>0.18.0</google.auth.version>
77+
<google.auth.version>0.19.0</google.auth.version>
7878
<http-client-bom.version>1.34.0</http-client-bom.version>
7979
</properties>
8080

@@ -138,12 +138,14 @@
138138
<type>pom</type>
139139
<scope>import</scope>
140140
</dependency>
141-
142141
<dependency>
143142
<groupId>com.google.protobuf</groupId>
144-
<artifactId>protobuf-java</artifactId>
143+
<artifactId>protobuf-bom</artifactId>
145144
<version>${protobuf.version}</version>
145+
<type>pom</type>
146+
<scope>import</scope>
146147
</dependency>
148+
147149
<dependency>
148150
<groupId>com.google.api</groupId>
149151
<artifactId>api-common</artifactId>

0 commit comments

Comments
 (0)