From ef5006787e99701e2e72fd12995b625228a07128 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:26:48 +0000 Subject: [PATCH] fix(deps): update dependency com.github.bumptech.glide:glide to v4.16.0 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 33925e6..ef86c80 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.android.material:material:1.9.0' - implementation 'com.github.bumptech.glide:glide:4.15.1' + implementation 'com.github.bumptech.glide:glide:4.16.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'