diff --git a/README.md b/README.md index d6be825d8..776a8604d 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.17' +implementation 'com.google.cloud:google-cloud-asset:3.3.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.2.17" +libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.3.0" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 45b5e5de1..9579e75f1 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -41,7 +41,7 @@ com.google.cloud google-cloud-storage - 2.6.1 + 2.7.0 test diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index a10e18fe1..2530e875c 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -40,7 +40,7 @@ com.google.cloud google-cloud-storage - 2.6.1 + 2.7.0 test