From 23aa751ecf9e59196e85ed65f15bbf6c9ed506e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 13:15:41 +0000 Subject: Bump compiler from 4.14.0 to 4.14.1 Bumps [compiler](https://github.com/bumptech/glide) from 4.14.0 to 4.14.1. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.14.0...v4.14.1) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:compiler dependency-type: direct:production update-type: version-update:semver-patch ... 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 10c32b73..1edf2d50 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,7 @@ dependencies { // Glide implementation 'com.github.bumptech.glide:glide:4.14.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.14.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.14.1' // Android X implementation 'androidx.appcompat:appcompat:1.5.1' -- cgit v1.2.3