From a01b8b71240785d14c8017a998fcbf5c8ce345cd Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 16 Aug 2022 17:54:26 +0200 Subject: [PATCH] test(deps): update dependency org.mockito:mockito-core to v4.7.0 (#534) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.mockito:mockito-core](https://togithub.com/mockito/mockito) | `4.6.1` -> `4.7.0` | [![age](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.7.0/compatibility-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.mockito:mockito-core/4.7.0/confidence-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow-cx). --- java-dialogflow-cx/README.md | 6 +++--- java-dialogflow-cx/samples/install-without-bom/pom.xml | 2 +- java-dialogflow-cx/samples/snapshot/pom.xml | 2 +- java-dialogflow-cx/samples/snippets/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/java-dialogflow-cx/README.md b/java-dialogflow-cx/README.md index b64dd3bb79e7..f18e89e254d3 100644 --- a/java-dialogflow-cx/README.md +++ b/java-dialogflow-cx/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-dialogflow-cx - 0.14.2 + 0.14.3 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.14.2' +implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.14.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.14.2" +libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.14.3" ``` ## Authentication diff --git a/java-dialogflow-cx/samples/install-without-bom/pom.xml b/java-dialogflow-cx/samples/install-without-bom/pom.xml index 42e68385493b..77e39015870a 100644 --- a/java-dialogflow-cx/samples/install-without-bom/pom.xml +++ b/java-dialogflow-cx/samples/install-without-bom/pom.xml @@ -40,7 +40,7 @@ org.mockito mockito-core - 4.6.1 + 4.7.0 test diff --git a/java-dialogflow-cx/samples/snapshot/pom.xml b/java-dialogflow-cx/samples/snapshot/pom.xml index 40f7fb841bbb..46e170457c07 100644 --- a/java-dialogflow-cx/samples/snapshot/pom.xml +++ b/java-dialogflow-cx/samples/snapshot/pom.xml @@ -39,7 +39,7 @@ org.mockito mockito-core - 4.6.1 + 4.7.0 test diff --git a/java-dialogflow-cx/samples/snippets/pom.xml b/java-dialogflow-cx/samples/snippets/pom.xml index 4d11f88bbdff..17f27e226720 100644 --- a/java-dialogflow-cx/samples/snippets/pom.xml +++ b/java-dialogflow-cx/samples/snippets/pom.xml @@ -55,7 +55,7 @@ org.mockito mockito-core - 4.6.1 + 4.7.0 test