From a02a42bf034aada400633ea088359de0a7ed3370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 01:22:33 +0000 Subject: [PATCH] Bump com.karumi:shot from 5.14.1 to 6.0.0 Bumps [com.karumi:shot](https://github.com/pedrovgs/shot) from 5.14.1 to 6.0.0. - [Release notes](https://github.com/pedrovgs/shot/releases) - [Commits](https://github.com/pedrovgs/shot/compare/5.14.1...6.0.0) --- updated-dependencies: - dependency-name: com.karumi:shot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sample_client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_client/build.gradle b/sample_client/build.gradle index f3f1304e9..27e6ccd3b 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -5,7 +5,7 @@ buildscript { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.0" classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2 - classpath 'com.karumi:shot:5.14.1' + classpath 'com.karumi:shot:6.0.0' } }