From 21352a123bc9fc395b2d3b7dbc7a8a07b1ec09c2 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 13 May 2021 07:08:05 -0700 Subject: [PATCH] chore: regenerate README (#407) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-05-13 13:58:25,505 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging-logback/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-13 13:58:26,827 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/14b76561-1fca-4969-a1f1-4bc556569158/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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