diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index f0625e4d..aa4f776f 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906 -# created: 2022-06-27T15:01:06.405564326Z + digest: sha256:7410586c94c608ea884879fa4083754cc28601909484c5987f4ea784da54b881 +# created: 2022-06-28T19:40:16.719636226Z diff --git a/README.md b/README.md index 93667aec..a0fc3ec7 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datacatalog' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-datacatalog:1.8.3' +implementation 'com.google.cloud:google-cloud-datacatalog:1.8.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.8.3" +libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.8.4" ``` ## Authentication