diff --git a/README.md b/README.md index e88cc5a2..448e9aa5 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-accessapproval' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-accessapproval:2.1.4' +implementation 'com.google.cloud:google-cloud-accessapproval:2.1.5' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.1.4" +libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.1.5" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 792ce5e3..df85e2b4 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -48,7 +48,7 @@ com.google.cloud google-cloud-core - 2.1.8 + 2.2.0 tests diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 1f1cdc8c..0d804731 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -46,7 +46,7 @@ com.google.cloud google-cloud-core - 2.1.8 + 2.2.0 tests diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index f7de3061..a9a91777 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -59,7 +59,7 @@ com.google.cloud google-cloud-core - 2.1.8 + 2.2.0 tests