From 9979e42008536b53e214c5e34665a43fae5a8f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 16:14:43 +0000 Subject: [PATCH] Bump glide from 4.11.0 to 4.13.1 Bumps [glide](https://github.com/bumptech/glide) from 4.11.0 to 4.13.1. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.11.0...v4.13.1) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9ffb679..d32ea5a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation "com.squareup.moshi:moshi-kotlin:1.11.0" implementation 'com.squareup.retrofit2:converter-moshi:2.9.0' - implementation 'com.github.bumptech.glide:glide:4.11.0' + implementation 'com.github.bumptech.glide:glide:4.13.1' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation 'com.facebook.shimmer:shimmer:0.5.0' implementation 'it.xabaras.android:recyclerview-swipedecorator:1.2.3'