diff --git a/java-scheduler/README.md b/java-scheduler/README.md index c17220d7314e..9c79b654a805 100644 --- a/java-scheduler/README.md +++ b/java-scheduler/README.md @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-scheduler - 2.3.10 + 2.3.11 ``` @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-scheduler' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-scheduler:2.3.10' +implementation 'com.google.cloud:google-cloud-scheduler:2.3.11' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.3.10" +libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.3.11" ``` ## Authentication diff --git a/java-scheduler/samples/install-without-bom/pom.xml b/java-scheduler/samples/install-without-bom/pom.xml index 3ecdde33f3b2..c62dd9559f5c 100644 --- a/java-scheduler/samples/install-without-bom/pom.xml +++ b/java-scheduler/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-scheduler - 2.3.10 + 2.3.11 diff --git a/java-scheduler/samples/snapshot/pom.xml b/java-scheduler/samples/snapshot/pom.xml index 422669fc47ef..01e9bd653803 100644 --- a/java-scheduler/samples/snapshot/pom.xml +++ b/java-scheduler/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-scheduler - 2.3.10 + 2.3.11