diff --git a/README.md b/README.md index ac055f471..651acd2db 100644 --- a/README.md +++ b/README.md @@ -51,20 +51,20 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:25.2.0') +implementation platform('com.google.cloud:libraries-bom:26.5.0') 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.5' +implementation 'com.google.cloud:google-cloud-logging:3.14.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.7.5" +libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.14.2" ``` ## Authentication diff --git a/pom.xml b/pom.xml index d95ac1036..cd5cce3e9 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.10.1 + 2.10.3 pom import