diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 6f09d6956..dd5626f32 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -11,7 +11,6 @@ branchProtectionRules: - dependencies (8) - dependencies (11) - lint - - clirr - units (8) - units (11) - 'Kokoro - Test: Integration' @@ -26,7 +25,6 @@ branchProtectionRules: - dependencies (8) - dependencies (11) - lint - - clirr - units (7) - units (8) - units (11) diff --git a/README.md b/README.md index 5e49ad65a..0ed83e667 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-vision' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-vision:2.1.3' +implementation 'com.google.cloud:google-cloud-vision:2.1.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "2.1.3" +libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "2.1.4" ``` ## Authentication