From 48f2c2fdc1acc43a81e906e9eee6d10d8beab784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 09:13:37 +0000 Subject: [PATCH] Bump glide from 4.8.0 to 4.14.0 Bumps [glide](https://github.com/bumptech/glide) from 4.8.0 to 4.14.0. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.8.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 62d81bc..1fdd3a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.google.firebase:firebase-messaging:21.0.0' implementation 'com.google.firebase:firebase-core:17.5.1' - implementation 'com.github.bumptech.glide:glide:4.8.0' + implementation 'com.github.bumptech.glide:glide:4.14.0' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' testImplementation 'junit:junit:4.13.1' @@ -91,7 +91,7 @@ dependencies { implementation "com.airbnb.android:lottie:3.6.0" //Glide - implementation 'com.github.bumptech.glide:glide:4.8.0' + implementation 'com.github.bumptech.glide:glide:4.14.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"