Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
deps: update core libraries (#115)
Browse files Browse the repository at this point in the history
* deps: update core libraries

@codyoss

* update gRPC
  • Loading branch information
elharo committed Feb 29, 2020
1 parent e06079e commit dc35ddc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -63,11 +63,11 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-automl-parent</site.installationModule>
<google.core.version>1.91.1</google.core.version>
<google.core.version>1.93.0</google.core.version>
<google.api-common.version>1.8.1</google.api-common.version>
<google.common-protos.version>1.17.0</google.common-protos.version>
<gax.version>1.53.1</gax.version>
<grpc.version>1.27.1</grpc.version>
<gax.version>1.54.0</gax.version>
<grpc.version>1.27.2</grpc.version>
<protobuf.version>3.11.4</protobuf.version>
<junit.version>4.13</junit.version>
<guava.version>28.2-android</guava.version>
Expand Down Expand Up @@ -265,4 +265,4 @@
</plugin>
</plugins>
</reporting>
</project>
</project>

0 comments on commit dc35ddc

Please sign in to comment.