diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index c22b9672e..5ab8f7a94 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": "f1e8d14b4188f6d144286204633d3979d7950baa" + "sha": "ca0fad04398c381430557ab03ba5601d2145ee5e" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "cfa5a9fcec63df6890279e29756602fd5858c023" + "sha": "bd8281a06cc7f84906e04d4843c1d3d386a980cd" } } ] diff --git a/README.md b/README.md index 721e9e1df..6af825280 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.6-alpha + 0.120.7-alpha ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-logging-logback:0.120.6-alpha' +compile 'com.google.cloud:google-cloud-logging-logback:0.120.7-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.120.6-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.120.7-alpha" ``` ## Authentication