File tree 3 files changed +5
-5
lines changed
java-contact-center-insights
google-cloud-contact-center-insights-bom
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
19
19
<dependency >
20
20
<groupId >com.google.cloud</groupId >
21
21
<artifactId >google-cloud-contact-center-insights</artifactId >
22
- <version >2.3.9 </version >
22
+ <version >2.4.0 </version >
23
23
</dependency >
24
24
```
25
25
26
26
If you are using Gradle without BOM, add this to your dependencies:
27
27
28
28
``` 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 '
30
30
```
31
31
32
32
If you are using SBT, add this to your dependencies:
33
33
34
34
``` 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 "
36
36
```
37
37
38
38
## Authentication
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.google.cloud</groupId >
10
10
<artifactId >google-cloud-shared-config</artifactId >
11
- <version >1.5.3 </version >
11
+ <version >1.5.4 </version >
12
12
</parent >
13
13
14
14
<name >Google CCAI Insights BOM</name >
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >com.google.cloud</groupId >
16
16
<artifactId >google-cloud-shared-config</artifactId >
17
- <version >1.5.3 </version >
17
+ <version >1.5.4 </version >
18
18
</parent >
19
19
20
20
<developers >
You can’t perform that action at this time.
0 commit comments