diff --git a/java-secretmanager/README.md b/java-secretmanager/README.md index fda7ecdc2923..c00bf51347cb 100644 --- a/java-secretmanager/README.md +++ b/java-secretmanager/README.md @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-secretmanager - 2.3.2 + 2.3.3 ``` @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-secretmanager' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-secretmanager:2.3.2' +implementation 'com.google.cloud:google-cloud-secretmanager:2.3.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.3.2" +libraryDependencies += "com.google.cloud" % "google-cloud-secretmanager" % "2.3.3" ``` ## Authentication diff --git a/java-secretmanager/samples/install-without-bom/pom.xml b/java-secretmanager/samples/install-without-bom/pom.xml index a49171a3b44d..15191b019a3c 100644 --- a/java-secretmanager/samples/install-without-bom/pom.xml +++ b/java-secretmanager/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-secretmanager - 2.3.2 + 2.3.3 diff --git a/java-secretmanager/samples/snapshot/pom.xml b/java-secretmanager/samples/snapshot/pom.xml index 6ecd73c8185f..2e0c0f98a5af 100644 --- a/java-secretmanager/samples/snapshot/pom.xml +++ b/java-secretmanager/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-secretmanager - 2.3.2 + 2.3.3