diff --git a/java-container/README.md b/java-container/README.md index 1eb4fe3244ed..df3382039be6 100644 --- a/java-container/README.md +++ b/java-container/README.md @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-container - 2.5.0 + 2.5.1 ``` @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-container' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-container:2.5.0' +implementation 'com.google.cloud:google-cloud-container:2.5.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.5.0" +libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.5.1" ``` ## Authentication diff --git a/java-container/samples/install-without-bom/pom.xml b/java-container/samples/install-without-bom/pom.xml index 2fc5ba1206e0..7ac63e01d96b 100644 --- a/java-container/samples/install-without-bom/pom.xml +++ b/java-container/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-container - 2.5.0 + 2.5.1 diff --git a/java-container/samples/snapshot/pom.xml b/java-container/samples/snapshot/pom.xml index c9e74be68437..13a502ca2799 100644 --- a/java-container/samples/snapshot/pom.xml +++ b/java-container/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-container - 2.5.0 + 2.5.1