diff --git a/README.md b/README.md index 626fb2e4b..3adf6630b 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-asset' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-asset:3.2.3' +implementation 'com.google.cloud:google-cloud-asset:3.2.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.2.3" +libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.2.4" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index c1bdc5b5d..7f895b372 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -47,7 +47,7 @@ com.google.cloud google-cloud-bigquery - 2.2.0 + 2.2.1 test diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 95c23deb2..90e4baef7 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -46,7 +46,7 @@ com.google.cloud google-cloud-bigquery - 2.2.0 + 2.2.1 test