diff --git a/java-policy-troubleshooter/README.md b/java-policy-troubleshooter/README.md index dbca96d6b9d5..5f8a4c25a302 100644 --- a/java-policy-troubleshooter/README.md +++ b/java-policy-troubleshooter/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-policy-troubleshooter - 1.2.0 + 1.2.2 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-policy-troubleshooter:1.2.0' +implementation 'com.google.cloud:google-cloud-policy-troubleshooter:1.2.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "1.2.0" +libraryDependencies += "com.google.cloud" % "google-cloud-policy-troubleshooter" % "1.2.2" ``` ## Authentication diff --git a/java-policy-troubleshooter/samples/install-without-bom/pom.xml b/java-policy-troubleshooter/samples/install-without-bom/pom.xml index 502583fc17b9..f8df2690952f 100644 --- a/java-policy-troubleshooter/samples/install-without-bom/pom.xml +++ b/java-policy-troubleshooter/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-policy-troubleshooter - 1.2.0 + 1.2.2 diff --git a/java-policy-troubleshooter/samples/snapshot/pom.xml b/java-policy-troubleshooter/samples/snapshot/pom.xml index 7e4703772c1c..ba1ed505d7b2 100644 --- a/java-policy-troubleshooter/samples/snapshot/pom.xml +++ b/java-policy-troubleshooter/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-policy-troubleshooter - 1.2.0 + 1.2.2 diff --git a/java-policy-troubleshooter/samples/snippets/pom.xml b/java-policy-troubleshooter/samples/snippets/pom.xml index f1ae3371146b..263a5f48b5a5 100644 --- a/java-policy-troubleshooter/samples/snippets/pom.xml +++ b/java-policy-troubleshooter/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-policy-troubleshooter - 1.2.0 + 1.2.2