From e8492b0417a8704ff2f67de34b70d2eb029aa10c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 07:12:30 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:glide from 4.12.0 to 4.15.0 in /android Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 4.12.0 to 4.15.0. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.12.0...v4.15.0) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 50cbfc8f..c58457ca 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation 'de.hdodenhof:circleimageview:3.1.0' // image cache library - implementation 'com.github.bumptech.glide:glide:4.12.0' + implementation 'com.github.bumptech.glide:glide:4.15.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2' // Networking Components