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

chore(deps): update dependency com.google.cloud:google-cloud-redis to v2.6.0 #665

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Jul 1, 2022
commit 507de97ed9011db799c032162c1301a63c6b6cb6
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-redis</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
</dependency>

```
Expand All @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-redis'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-redis:2.5.0'
implementation 'com.google.cloud:google-cloud-redis:2.6.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.5.0"
libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.6.0"
```

## Authentication
Expand Down