Skip to content

Commit 56a180d

Browse files
build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.4 (#382)
* build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.4 * 🦉 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 626d763 commit 56a180d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.3.9</version>
22+
<version>2.4.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.3.9'
29+
implementation 'com.google.cloud:google-cloud-contact-center-insights:2.4.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.3.9"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.4.0"
3636
```
3737

3838
## Authentication

java-contact-center-insights/google-cloud-contact-center-insights-bom/pom.xml

+1-1
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.5.3</version>
11+
<version>1.5.4</version>
1212
</parent>
1313

1414
<name>Google CCAI Insights BOM</name>

java-contact-center-insights/pom.xml

+1-1
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.5.3</version>
17+
<version>1.5.4</version>
1818
</parent>
1919

2020
<developers>

0 commit comments

Comments
 (0)