diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 19c589484..d3276cbb5 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-logging-logback.git", - "sha": "2ff2886c11a13c223a5c7b114ccb7c7d189c41dd" + "sha": "64b5c2b1592a1f22360c889661331453ebb2307c" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6" + "sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4" } } ] diff --git a/README.md b/README.md index e2da6a8b0..8bb02bce1 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-logging-logback - 0.120.8-alpha + 0.121.0-alpha ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-logging-logback:0.120.8-alpha' +compile 'com.google.cloud:google-cloud-logging-logback:0.121.0-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.120.8-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.121.0-alpha" ``` ## Authentication