From 507eba3ddb24cd37958461a433dc15bec0900652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 21:08:12 +0000 Subject: [PATCH] Bump barista from 3.8.0 to 3.9.0 Bumps barista from 3.8.0 to 3.9.0. 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 d3d98026a7..94fa820346 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -476,7 +476,7 @@ dependencies { // Plant Timber tree for test androidTestImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1' // "The one who serves a great Espresso" - androidTestImplementation('com.schibsted.spain:barista:3.8.0') { + androidTestImplementation('com.schibsted.spain:barista:3.9.0') { exclude group: 'org.jetbrains.kotlin' } }