diff --git a/java-redis/README.md b/java-redis/README.md index 29dd8845088a..7bc399020bd8 100644 --- a/java-redis/README.md +++ b/java-redis/README.md @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-redis - 2.6.2 + 2.6.3 ``` @@ -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.6.2' +implementation 'com.google.cloud:google-cloud-redis:2.6.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.6.2" +libraryDependencies += "com.google.cloud" % "google-cloud-redis" % "2.6.3" ``` ## Authentication diff --git a/java-redis/samples/install-without-bom/pom.xml b/java-redis/samples/install-without-bom/pom.xml index 4122d998e83d..7e8f912a97ba 100644 --- a/java-redis/samples/install-without-bom/pom.xml +++ b/java-redis/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-redis - 2.6.2 + 2.6.3 diff --git a/java-redis/samples/snapshot/pom.xml b/java-redis/samples/snapshot/pom.xml index 2a6d86bfd22b..b15d4e9f0a2f 100644 --- a/java-redis/samples/snapshot/pom.xml +++ b/java-redis/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-redis - 2.6.2 + 2.6.3