Thanks to visit codestin.com
Credit goes to github.com

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

Commit b5e5354

Browse files
build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.3.2 (#639)
* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.3.2 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 95aa1c4 commit b5e5354

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-webrisk'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-webrisk:2.0.11'
59+
implementation 'com.google.cloud:google-cloud-webrisk:2.0.12'
6060
```
6161

6262
If you are using SBT, add this to your dependencies
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.0.11"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.0.12"
6666
```
6767

6868
## Authentication

google-cloud-webrisk-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.google.cloud</groupId>
1010
<artifactId>google-cloud-shared-config</artifactId>
11-
<version>1.3.0</version>
11+
<version>1.3.2</version>
1212
</parent>
1313

1414
<name>Google Cloud webrisk BOM</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>1.3.0</version>
17+
<version>1.3.2</version>
1818
</parent>
1919

2020
<developers>

0 commit comments

Comments
 (0)