From 360ce9e3f78042c24e77b5b9a9ae0facd46ede10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:37:38 +0000 Subject: [PATCH] chore(deps): bump com.github.bumptech.glide:glide from 4.16.0 to 5.0.5 Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 4.16.0 to 5.0.5. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.16.0...v5.0.5) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c8742b8d..15f245f5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -98,8 +98,8 @@ dependencies { annotationProcessor "com.jakewharton:butterknife-compiler:10.2.3" implementation 'com.google.dagger:dagger:2.57' annotationProcessor "com.google.dagger:dagger-compiler:2.57" - implementation 'com.github.bumptech.glide:glide:4.16.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' + implementation 'com.github.bumptech.glide:glide:5.0.5' + annotationProcessor 'com.github.bumptech.glide:compiler:5.0.5' implementation 'jp.wasabeef:glide-transformations:4.3.0' implementation 'de.hdodenhof:circleimageview:3.1.0' // Using Maven Central version of FlycoTabLayout (AndroidX version) @@ -117,7 +117,7 @@ dependencies { implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0' //noinspection GradleDynamicVersion implementation 'com.r0adkll:slidableactivity:2.1.0' - implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0' + implementation 'com.github.bumptech.glide:okhttp3-integration:5.0.5' implementation 'pub.devrel:easypermissions:3.0.0' implementation 'org.greenrobot:eventbus:3.3.1' // Temporarily disabled due to JitPack issues