diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 33e0801a..e351e0b8 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-phishingprotection.git", - "sha": "931bd7a954d198b6aa2fb235365372cf33bb46d5" + "sha": "a737a1bc37c0ce08a927d6fc681ea5ba9d91f0a1" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "a38d9dbf2fe5e0352b1dffd7eb15e31809c7fd62" + "sha": "2414b817065726eae0bc525346c7e874f969369d" } } ] diff --git a/README.md b/README.md index 9329f94d..bec96bd1 100644 --- a/README.md +++ b/README.md @@ -48,18 +48,18 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:16.3.0') +implementation platform('com.google.cloud:libraries-bom:16.4.0') compile 'com.google.cloud:google-cloud-phishingprotection' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-phishingprotection:0.29.12' +compile 'com.google.cloud:google-cloud-phishingprotection:0.29.13' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.29.12" +libraryDependencies += "com.google.cloud" % "google-cloud-phishingprotection" % "0.29.13" ``` ## Authentication