From c76662ae4c89204f45f51723d1609585cabe5ae3 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 7 Jan 2021 20:34:02 -0800 Subject: [PATCH] chore: regenerate README (#285) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-01-08 04:29:10,418 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-logging-logback/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-08 04:29:11,338 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/6acfb62a-3d16-4b76-95b1-925791a6c5ff/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 a41107d60..ecd96ccbd 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": "9b3b7ddec45614ce0820e04fa42fcc8b4e478d67" + "sha": "038390680c80efefd77565bf2f01b7bbe5be5266" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28" + "sha": "67f09bf301083798e7220137723222eb00b8f88a" } } ] diff --git a/README.md b/README.md index b96e15c51..bae68a369 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.119.0-alpha + 0.119.3-alpha ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-logging-logback:0.119.0-alpha' +compile 'com.google.cloud:google-cloud-logging-logback:0.119.3-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.119.0-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.119.3-alpha" ``` ## Authentication