From 5e7e66b18c02014a5757aa0c145ca9657bdf58f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Sep 2021 07:53:52 +0000 Subject: [PATCH] Bump barista from 4.1.0 to 4.2.0 Bumps [barista](https://github.com/AdevintaSpain/Barista) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/AdevintaSpain/Barista/releases) - [Commits](https://github.com/AdevintaSpain/Barista/compare/4.1.0...4.2.0) --- updated-dependencies: - dependency-name: com.adevinta.android:barista dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vector/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/build.gradle b/vector/build.gradle index d0d9c8be8c..d60f928f2c 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -508,7 +508,7 @@ dependencies { // Plant Timber tree for test androidTestImplementation libs.tests.timberJunitRule // "The one who serves a great Espresso" - androidTestImplementation('com.adevinta.android:barista:4.1.0') { + androidTestImplementation('com.adevinta.android:barista:4.2.0') { exclude group: 'org.jetbrains.kotlin' } androidTestUtil libs.androidx.orchestrator