From 9d3b4e735aad830a7b08b2c078403bbb19b082b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 09:20:08 +0000 Subject: [PATCH] Bump glide from 4.8.0 to 4.14.2 Bumps [glide](https://github.com/bumptech/glide) from 4.8.0 to 4.14.2. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.8.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 62d81bc..379e360 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.2' 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.2' annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"