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

Commit 328b4d3

Browse files
deps: update core dependencies (#55)
* deps: update core dependencies * deps: use protobuf-bom Co-authored-by: Jeff Ching <chingor@google.com>
1 parent 460b544 commit 328b4d3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pom.xml

+7-5
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6464
<github.global.server>github</github.global.server>
6565
<site.installationModule>google-cloud-translate-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>
6969
<google.auth.version>0.19.0</google.auth.version>
7070
<google.http-client.version>1.34.0</google.http-client.version>
71-
<gax.version>1.50.1</gax.version>
72-
<grpc.version>1.25.0</grpc.version>
71+
<gax.version>1.52.0</gax.version>
72+
<grpc.version>1.26.0</grpc.version>
7373
<protobuf.version>3.11.1</protobuf.version>
7474
<junit.version>4.12</junit.version>
7575
<easymock.version>3.6</easymock.version>
@@ -150,12 +150,14 @@
150150
<type>pom</type>
151151
<scope>import</scope>
152152
</dependency>
153-
154153
<dependency>
155154
<groupId>com.google.protobuf</groupId>
156-
<artifactId>protobuf-java</artifactId>
155+
<artifactId>protobuf-bom</artifactId>
157156
<version>${protobuf.version}</version>
157+
<type>pom</type>
158+
<scope>import</scope>
158159
</dependency>
160+
159161
<dependency>
160162
<groupId>com.google.api</groupId>
161163
<artifactId>api-common</artifactId>

0 commit comments

Comments
 (0)