From 62c62eff9da90fa192d4cc67555b53343168703b Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 10 Nov 2020 01:08:05 -0800 Subject: [PATCH] chore: regenerate README (#234) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-11-10 09:00:38,500 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging-logback/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-10 09:00:39,422 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/5307d9d6-4b33-476f-964c-d928a92d5a53/targets - [ ] To automatically regenerate this PR, check this box. --- .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 7cf21b502..f788e3ab8 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": "7c70aa6fb6d9a7e7bb1d7e725cc6ba0067ac1be8" + "sha": "31b35b14aab4844d58f9550a38262e99edde0ba0" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "3d3e94c4e02370f307a9a200b0c743c3d8d19f29" + "sha": "7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279" } } ] diff --git a/README.md b/README.md index 4dfcbcea2..219da4689 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-logging-logback - 0.118.4-alpha + 0.118.5-alpha ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-logging-logback:0.118.4-alpha' +compile 'com.google.cloud:google-cloud-logging-logback:0.118.5-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.118.4-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.118.5-alpha" ``` ## Authentication