From aa4af1c74c030c1559d665a7a7403a7cecd4fd6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:17:15 +0000 Subject: [PATCH] Bump glide from 4.11.0 to 4.14.0 Bumps [glide](https://github.com/bumptech/glide) from 4.11.0 to 4.14.0. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.11.0...v4.14.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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9ffb679..5a12ebd 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.14.0' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation 'com.facebook.shimmer:shimmer:0.5.0' implementation 'it.xabaras.android:recyclerview-swipedecorator:1.2.3'