From 6c921936e2d90f3023d48f0dfa89a42fdce592c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 12:57:06 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:recyclerview-integration Bumps [com.github.bumptech.glide:recyclerview-integration](https://github.com/bumptech/glide) from 4.12.0 to 4.15.1. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.12.0...v4.15.1) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:recyclerview-integration dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- thirdpartyutils/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdpartyutils/build.gradle b/thirdpartyutils/build.gradle index 46ac4c4..7bcfe29 100644 --- a/thirdpartyutils/build.gradle +++ b/thirdpartyutils/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'com.github.bumptech.glide:glide:4.12.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' - implementation("com.github.bumptech.glide:recyclerview-integration:4.12.0") { + implementation("com.github.bumptech.glide:recyclerview-integration:4.15.1") { // Excludes the support library because it's already included by Glide. transitive = false }