diff --git a/README.md b/README.md index 6f6cd1609..e345e417b 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.5.3' +implementation 'com.google.cloud:google-cloud-logging:3.6.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.5.3" +libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.6.0" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 725a38d81..9c11f87bb 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ org.easymock easymock - 3.6 + 4.3 org.objenesis