diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index b4f3f3f79..857f7ed7c 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-asset.git", - "sha": "97fe39e16e68f88ee89907807ac69789697d186e" + "sha": "e6c2fec7f575aaea72efebae2db7085440d89821" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57" + "sha": "0780323da96d5a53925fe0547757181fe76e8f1e" } } ] diff --git a/README.md b/README.md index a53381ed7..bedbac3f6 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-asset' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-asset:2.3.1' +compile 'com.google.cloud:google-cloud-asset:2.3.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "2.3.1" +libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "2.3.2" ``` ## Authentication