From c255f438d247c00585a6b5fbd31210112d697269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 22:08:53 +0000 Subject: [PATCH] build(deps): bump com.github.bumptech.glide:compiler Bumps [com.github.bumptech.glide:compiler](https://github.com/bumptech/glide) from 4.12.0 to 4.15.1. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.12.0...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 3396087..58a23ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ dependencies { // https://mvnrepository.com/artifact/org.apache.commons/commons-text implementation group: 'org.apache.commons', name: 'commons-text', version: '1.9' implementation 'com.github.bumptech.glide:glide:4.12.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1' implementation('nl.siegmann.epublib:epublib-core:3.1') { exclude group: 'org.slf4j'