From 054cba64442f159e37a45566c18a995c025b5cdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 20:35:54 +0000 Subject: [PATCH] Bump com.squareup.picasso:picasso from 2.8 to 2.71828 Bumps [com.squareup.picasso:picasso](https://github.com/square/picasso) from 2.8 to 2.71828. - [Release notes](https://github.com/square/picasso/releases) - [Changelog](https://github.com/square/picasso/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/picasso/compare/2.8...2.71828) --- updated-dependencies: - dependency-name: com.squareup.picasso:picasso dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ec38db4f..1b92a465 100644 --- a/build.gradle +++ b/build.gradle @@ -297,7 +297,7 @@ android { dependencies { implementation project(':FileCoreLibrary') implementation project(':MediaLib') - implementation 'com.squareup.picasso:picasso:2.8' + implementation 'com.squareup.picasso:picasso:2.71828' implementation 'androidx.tvprovider:tvprovider:1.0.0' implementation 'androidx.media:media:1.6.0' implementation 'androidx.core:core:1.12.0'