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

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: update core dependency (#62)
  • Loading branch information
athakor committed Feb 12, 2020
1 parent f05a7ea commit 15742cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -63,7 +63,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-redis-parent</site.installationModule>
<google.core.version>1.91.1</google.core.version>
<google.core.version>1.92.5</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>
Expand Down Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>1.92.5</version>
<version>${google.core.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 15742cc

Please sign in to comment.