From 4e478586d6fa64b0675859ad7e1cecd56710e2ff Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 7 Jul 2021 10:16:19 -0700 Subject: [PATCH] chore: regenerate README (#291) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-07-07 17:11:09,550 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-workflows/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-07-07 17:11:10,796 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/7ff9c8a3-3762-4741-82b5-ca61b8aed3c6/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- java-workflows/.github/readme/synth.metadata/synth.metadata | 4 ++-- java-workflows/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java-workflows/.github/readme/synth.metadata/synth.metadata b/java-workflows/.github/readme/synth.metadata/synth.metadata index cceae69e1b30..7ae2def26722 100644 --- a/java-workflows/.github/readme/synth.metadata/synth.metadata +++ b/java-workflows/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-workflows.git", - "sha": "7f0ed745f1fe8d94a8ef1639880a6fb4fbed6526" + "sha": "d7ba7aa7e1dae130964b2d7ef925f82346494e99" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086" + "sha": "39652e3948f455fd0b77535a0145eeec561a3706" } } ] diff --git a/java-workflows/README.md b/java-workflows/README.md index 49a1904236d6..c8212f28b671 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -17,19 +17,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-workflows - 1.0.1 + 1.0.2 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-workflows:1.0.1' +compile 'com.google.cloud:google-cloud-workflows:1.0.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "1.0.1" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "1.0.2" ``` ## Authentication