From 1bba4dec1558c42cafe379d7b3b6ceb5f22da3ea Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate <bot@renovateapp.com> Date: Wed, 13 Jul 2022 20:16:57 +0200 Subject: [PATCH] chore(deps): update dependency com.google.cloud:google-cloud-dialogflow-cx to v0.14.1 (#514) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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> --- dialogflow-cx/snippets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialogflow-cx/snippets/pom.xml b/dialogflow-cx/snippets/pom.xml index ad752f8e9df..017cefb791b 100644 --- a/dialogflow-cx/snippets/pom.xml +++ b/dialogflow-cx/snippets/pom.xml @@ -28,7 +28,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-dialogflow-cx</artifactId> - <version>0.14.0</version> + <version>0.14.1</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId>