Skip to content

Commit f7786b7

Browse files
chore(deps): update dependency com.google.cloud:google-cloud-dialogflow-cx to v0.14.1 (#514)
* chore(deps): update dependency com.google.cloud:google-cloud-dialogflow-cx to v0.14.1 * 🦉 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 4ccb8e1 commit f7786b7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

java-dialogflow-cx/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-dialogflow-cx</artifactId>
25-
<version>0.14.0</version>
25+
<version>0.14.1</version>
2626
</dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies:
3030

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.14.0'
32+
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.14.1'
3333
```
3434

3535
If you are using SBT, add this to your dependencies:
3636

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.14.0"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.14.1"
3939
```
4040

4141
## Authentication

java-dialogflow-cx/samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-dialogflow-cx</artifactId>
32-
<version>0.14.0</version>
32+
<version>0.14.1</version>
3333
</dependency>
3434
<!-- [END dialogflow_cx_install_without_bom] -->
3535
<dependency>

java-dialogflow-cx/samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-dialogflow-cx</artifactId>
31-
<version>0.14.0</version>
31+
<version>0.14.1</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)