From ec09b673e9bc76cfaa3dd36d3da005fc29678c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 14:57:34 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:glide from 4.15.0 to 4.15.1 Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 4.15.0 to 4.15.1. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.15.0...v4.15.1) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- owncloudApp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owncloudApp/build.gradle b/owncloudApp/build.gradle index 27f461a077a..3d04af9a83c 100644 --- a/owncloudApp/build.gradle +++ b/owncloudApp/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation "androidx.fragment:fragment-ktx:$androidxFragment" // Image loading - implementation "com.github.bumptech.glide:glide:4.15.0" + implementation "com.github.bumptech.glide:glide:4.15.1" implementation "com.github.2coffees1team:GlideToVectorYou:v2.0.0" // Zooming Android ImageView.