Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
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 Oct 6, 2022
commit 314f1d8f24e65e3ff2dcc36a4abd42939ee1167a
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dlp</artifactId>
<version>3.7.4</version>
<version>3.7.5</version>
</dependency>

```
Expand All @@ -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.4'
implementation 'com.google.cloud:google-cloud-dlp:3.7.5'
```

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

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

## Authentication
Expand Down