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

deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.1 #665

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.0.3'
implementation 'com.google.cloud:google-cloud-dlp:3.0.4'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "3.0.3"
libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "3.0.4"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down