From 1f08f709091c0af616030b0b47f038a0fc2cd366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:17:05 +0000 Subject: Bump compiler from 4.14.1 to 4.14.2 Bumps [compiler](https://github.com/bumptech/glide) from 4.14.1 to 4.14.2. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.14.1...v4.14.2) --- 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 5a3325902..e4b553335 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,7 @@ dependencies { // Glide implementation 'com.github.bumptech.glide:glide:4.14.1' - annotationProcessor 'com.github.bumptech.glide:compiler:4.14.1' + annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2' // Image compression implementation 'id.zelory:compressor:3.0.1' -- cgit v1.2.3