diff --git a/java-managed-identities/README.md b/java-managed-identities/README.md index f4371e06c8ef..fd3b02a89f0b 100644 --- a/java-managed-identities/README.md +++ b/java-managed-identities/README.md @@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-managed-identities - 1.1.1 + 1.1.2 ``` @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-managed-identities:1.1.1' +implementation 'com.google.cloud:google-cloud-managed-identities:1.1.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-managed-identities" % "1.1.1" +libraryDependencies += "com.google.cloud" % "google-cloud-managed-identities" % "1.1.2" ``` ## Authentication diff --git a/java-managed-identities/samples/install-without-bom/pom.xml b/java-managed-identities/samples/install-without-bom/pom.xml index a687b1e7b858..57eb117df9b1 100644 --- a/java-managed-identities/samples/install-without-bom/pom.xml +++ b/java-managed-identities/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-managed-identities - 1.1.1 + 1.1.2 diff --git a/java-managed-identities/samples/snapshot/pom.xml b/java-managed-identities/samples/snapshot/pom.xml index e7f0b0563716..b6f31368ceb1 100644 --- a/java-managed-identities/samples/snapshot/pom.xml +++ b/java-managed-identities/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-managed-identities - 1.1.1 + 1.1.2 diff --git a/java-managed-identities/samples/snippets/pom.xml b/java-managed-identities/samples/snippets/pom.xml index f9d1d0b6244a..87b32ccea629 100644 --- a/java-managed-identities/samples/snippets/pom.xml +++ b/java-managed-identities/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-managed-identities - 1.1.1 + 1.1.2