diff --git a/README.md b/README.md index 242804bc3..45f7872c3 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-logging:3.7.6' +implementation 'com.google.cloud:google-cloud-logging:3.8.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.7.6" +libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.8.0" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 9a3057422..f3ae8bc9b 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.11.0 + 2.12.0 pom import