diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 3c277a6df..3dc141977 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": "78f2e42f4a30592d2bc7ea43ae2b3bd2129fef1f" + "sha": "f5e20bb6a44e78b4949ad802c86109fc885c943c" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28" + "sha": "67f09bf301083798e7220137723222eb00b8f88a" } } ] diff --git a/README.md b/README.md index 42e5d074e..a3d928a5d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-asset - 2.2.1 + 2.3.0 ``` @@ -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.2.1' +compile 'com.google.cloud:google-cloud-asset:2.3.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "2.2.1" +libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "2.3.0" ``` ## Authentication