From 1714ad4242d52cc989f71a151267b8165d3c745d 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:12:24 +0000 Subject: [PATCH] build: marking dependencies (8) non-required (#1472) (#872) 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-securitycenter/.github/.OwlBot.lock.yaml | 4 ++-- java-securitycenter/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java-securitycenter/.github/.OwlBot.lock.yaml b/java-securitycenter/.github/.OwlBot.lock.yaml index de9173d95efb..6bf3e92e78e7 100644 --- a/java-securitycenter/.github/.OwlBot.lock.yaml +++ b/java-securitycenter/.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-securitycenter/README.md b/java-securitycenter/README.md index 334adcc1b2c2..d2559f92fb7c 100644 --- a/java-securitycenter/README.md +++ b/java-securitycenter/README.md @@ -67,13 +67,13 @@ implementation 'com.google.cloud:google-cloud-securitycenter' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-securitycenter:2.7.1' +implementation 'com.google.cloud:google-cloud-securitycenter:2.8.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.7.1" +libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.8.0" ``` ## Authentication