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

Commit

Permalink
Merge ee29416 into cfad980
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 25, 2021
2 parents cfad980 + ee29416 commit 20bcb6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-redis.git",
"sha": "cdaa54c44a9cd1927635ba193d8171698b1cf94e"
"sha": "cfad9809502ead304deed1747ac6c47f6b413c04"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>17.0.0</version>
<version>18.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -45,7 +45,7 @@ If you are using Maven without BOM, add this to your dependencies:

If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
implementation platform('com.google.cloud:libraries-bom:17.0.0')
implementation platform('com.google.cloud:libraries-bom:18.0.0')
compile 'com.google.cloud:google-cloud-redis'
```
Expand Down

0 comments on commit 20bcb6b

Please sign in to comment.