From a6f75a21dc6eb2d8a88d516e92e3ed180c72cce0 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 19:10:15 +0000 Subject: [PATCH] build: marking dependencies (8) non-required (#1472) (#502) Co-authored-by: Anthonios Partheniou Source-Link: https://github.com/googleapis/synthtool/commit/72c64b725262e1c7e5e28f3f07681afc77347dab Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690 --- java-os-config/.github/.OwlBot.lock.yaml | 4 ++-- java-os-config/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java-os-config/.github/.OwlBot.lock.yaml b/java-os-config/.github/.OwlBot.lock.yaml index de9173d95efb..6bf3e92e78e7 100644 --- a/java-os-config/.github/.OwlBot.lock.yaml +++ b/java-os-config/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00 -# created: 2022-07-13T13:53:17.676447481Z + digest: sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690 +# created: 2022-07-14T21:08:10.768472192Z diff --git a/java-os-config/README.md b/java-os-config/README.md index 8c1430160cc6..abbd49ea8868 100644 --- a/java-os-config/README.md +++ b/java-os-config/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-os-config - 2.5.0 + 2.5.1 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-os-config:2.5.0' +implementation 'com.google.cloud:google-cloud-os-config:2.5.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.5.0" +libraryDependencies += "com.google.cloud" % "google-cloud-os-config" % "2.5.1" ``` ## Authentication