From 734928a7604afabc8524ce0c6e0ed3574d560048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 05:07:12 +0000 Subject: [PATCH] Bump glideVersion from 4.15.0 to 4.15.1 in /app Bumps `glideVersion` from 4.15.0 to 4.15.1. Updates `com.github.bumptech.glide:glide` from 4.15.0 to 4.15.1 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.15.0...v4.15.1) Updates `com.github.bumptech.glide:compiler` from 4.15.0 to 4.15.1 - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.15.0...v4.15.1) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-type: direct:production update-type: version-update:semver-patch - 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 c5b3388b3..02699427d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -209,7 +209,7 @@ dependencies { appImplementation 'com.google.protobuf:protobuf-javalite:3.22.2' //Glide - def glideVersion = "4.15.0" + def glideVersion = "4.15.1" implementation("com.github.bumptech.glide:glide:$glideVersion") kapt("com.github.bumptech.glide:compiler:$glideVersion")