Skip to content

Commit 1714ad4

Browse files
build: marking dependencies (8) non-required (#1472) (#872)
Co-authored-by: Anthonios Partheniou <[email protected]> Source-Link: googleapis/synthtool@72c64b7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
1 parent 32eea46 commit 1714ad4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java-securitycenter/.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
17-
# created: 2022-07-13T13:53:17.676447481Z
16+
digest: sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690
17+
# created: 2022-07-14T21:08:10.768472192Z

java-securitycenter/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ implementation 'com.google.cloud:google-cloud-securitycenter'
6767
If you are using Gradle without BOM, add this to your dependencies:
6868

6969
```Groovy
70-
implementation 'com.google.cloud:google-cloud-securitycenter:2.7.1'
70+
implementation 'com.google.cloud:google-cloud-securitycenter:2.8.0'
7171
```
7272

7373
If you are using SBT, add this to your dependencies:
7474

7575
```Scala
76-
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.7.1"
76+
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.8.0"
7777
```
7878

7979
## Authentication

0 commit comments

Comments
 (0)