diff --git a/java-managed-identities/README.md b/java-managed-identities/README.md index fd3b02a89f0b..4d2592ce4605 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.2 + 1.1.3 ``` @@ -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.2' +implementation 'com.google.cloud:google-cloud-managed-identities:1.1.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-managed-identities" % "1.1.2" +libraryDependencies += "com.google.cloud" % "google-cloud-managed-identities" % "1.1.3" ``` ## Authentication diff --git a/java-managed-identities/samples/install-without-bom/pom.xml b/java-managed-identities/samples/install-without-bom/pom.xml index 57eb117df9b1..bed73fd63db0 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.2 + 1.1.3 diff --git a/java-managed-identities/samples/snapshot/pom.xml b/java-managed-identities/samples/snapshot/pom.xml index b6f31368ceb1..5963ad270927 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.2 + 1.1.3 diff --git a/java-managed-identities/samples/snippets/pom.xml b/java-managed-identities/samples/snippets/pom.xml index 87b32ccea629..99c4716eaf1d 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.2 + 1.1.3