From e04458b949a00f0d138d1d7556485f53fada50e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 23:58:14 +0000 Subject: [PATCH] build(deps): bump com.github.bumptech.glide:compiler Bumps [com.github.bumptech.glide:compiler](https://github.com/bumptech/glide) from 4.14.2 to 4.15.1. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.14.2...v4.15.1) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:compiler 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 9131024..90d97e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -108,7 +108,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" - annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2' + annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1' implementation(name:'mobile-ffmpeg', ext:'aar') }