Skip to content

Commit 860e371

Browse files
deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.6 (#383)
* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.6 * 🦉 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 56a180d commit 860e371

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java-contact-center-insights/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-contact-center-insights</artifactId>
22-
<version>2.4.0</version>
22+
<version>2.5.0</version>
2323
</dependency>
2424
```
2525

2626
If you are using Gradle without BOM, add this to your dependencies:
2727

2828
```Groovy
29-
implementation 'com.google.cloud:google-cloud-contact-center-insights:2.4.0'
29+
implementation 'com.google.cloud:google-cloud-contact-center-insights:2.5.0'
3030
```
3131

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

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.4.0"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.5.0"
3636
```
3737

3838
## Authentication

java-contact-center-insights/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.google.cloud</groupId>
7878
<artifactId>google-cloud-shared-dependencies</artifactId>
79-
<version>3.0.4</version>
79+
<version>3.0.6</version>
8080
<type>pom</type>
8181
<scope>import</scope>
8282
</dependency>

0 commit comments

Comments
 (0)