From 03acb057add179c28d361e5e48015c51b23798ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 16:52:33 +0000 Subject: [PATCH] Bump glide from 4.11.0 to 4.14.2 Bumps [glide](https://github.com/bumptech/glide) from 4.11.0 to 4.14.2. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.11.0...v4.14.2) --- 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..6106293 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.2' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation 'com.facebook.shimmer:shimmer:0.5.0' implementation 'it.xabaras.android:recyclerview-swipedecorator:1.2.3'