diff --git a/README.md b/README.md index 755e1853c..e98c6003d 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.10.7' +implementation 'com.google.cloud:google-cloud-logging:3.11.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.10.7" +libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.11.0" ``` ## Authentication diff --git a/pom.xml b/pom.xml index fbe2a985f..0839a8577 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.0.2 + 3.0.3 pom import