From f3632b02842f65b9ce326b5624387711fac0fdb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 12:04:11 +0000 Subject: [PATCH] Bump recyclerview-integration from 4.12.0 to 4.13.2 Bumps [recyclerview-integration](https://github.com/bumptech/glide) from 4.12.0 to 4.13.2. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.12.0...v4.13.2) --- 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..a1cf18c 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.13.2") { // Excludes the support library because it's already included by Glide. transitive = false }