From af78d8f9e184f66306536d38ad580ae46668c634 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 2 Jun 2021 13:22:23 -0700 Subject: [PATCH] chore: regenerate README (#290) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-06-02 20:14:46,376 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-os-config/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-02 20:14:47,787 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/f1cfd2b9-6cd9-4f16-865e-4a415db93623/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 061873ea..e81dceea 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-os-config.git", - "sha": "afd434b1a578de63f22b4ccc77b728b21159072b" + "sha": "df3551eeceb0e907d8ce821bce857401fb31de50" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "c86c7a60985644eab557949363a38301d40d78d2" + "sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4" } } ] diff --git a/README.md b/README.md index 187af6fb..40e1a2b9 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-os-config - 1.2.3 + 1.3.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-os-config:1.2.3' +compile 'com.google.cloud:google-cloud-os-config:1.3.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "1.2.3" +libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "1.3.0" ``` ## Authentication