diff --git a/README.md b/README.md index c396f9e0a..57aecb0aa 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-logging-logback - 0.127.0-alpha + 0.127.2-alpha ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-logging-logback:0.127.0-alpha' +implementation 'com.google.cloud:google-cloud-logging-logback:0.127.2-alpha' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.127.0-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.127.2-alpha" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 9cfc49148..bea7c19ac 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-logging-logback - 0.125.2-alpha + 0.127.2-alpha