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

chore(bazel): update protobuf to v3.21.7 #1020

Merged
merged 2 commits into from Oct 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-dlp'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-dlp:3.7.3'
implementation 'com.google.cloud:google-cloud-dlp:3.7.4'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "3.7.3"
libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "3.7.4"
```

## Authentication
Expand Down