Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-dialogfl…
Browse files Browse the repository at this point in the history
…ow to v4.7.0 (#952)

* chore(deps): update dependency com.google.cloud:google-cloud-dialogflow to v4.7.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 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>
Co-authored-by: Alice <[email protected]>
  • Loading branch information
3 people authored Jul 11, 2022
1 parent 93b68cc commit 611a8f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java-dialogflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dialogflow</artifactId>
<version>4.6.0</version>
<version>4.7.0</version>
</dependency>

```

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:25.4.0')
implementation platform('com.google.cloud:libraries-bom:26.0.0')
implementation 'com.google.cloud:google-cloud-dialogflow'
```
Expand Down
2 changes: 1 addition & 1 deletion java-dialogflow/samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dialogflow</artifactId>
<version>4.6.0</version>
<version>4.7.0</version>
</dependency>
<!-- [END dialogflow_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion java-dialogflow/samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dialogflow</artifactId>
<version>4.6.0</version>
<version>4.7.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 611a8f5

Please sign in to comment.