From b5579b0d2154893e8620da1166b2c8246e7a97a5 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 24 Feb 2021 19:38:29 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 280da81bd..fcdd89eed 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-securitycenter.git", - "sha": "8df9a16f499aba76c34a29fdeab44fe818f31b47" + "sha": "c379364633859be532d6309cfc84bbf0272826f8" } }, { diff --git a/README.md b/README.md index c2bf47340..067c5a12e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file com.google.cloud libraries-bom - 16.4.0 + 17.0.0 pom import @@ -50,18 +50,18 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:16.4.0') +implementation platform('com.google.cloud:libraries-bom:17.0.0') compile 'com.google.cloud:google-cloud-securitycenter' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-securitycenter:1.3.6' +compile 'com.google.cloud:google-cloud-securitycenter:1.3.7' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "1.3.6" +libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "1.3.7" ``` ## Authentication