Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

deps: update dependency com.google.cloud:google-cloud-bigquery to v2.12.0 #836

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed May 25, 2022
commit b4aedb9aa17c43cb3dae8955e15a0b83942558d5
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.6'
implementation 'com.google.cloud:google-cloud-securitycenter:2.6.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.5.6"
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter" % "2.6.0"
```

## Authentication
Expand Down