From b7eca8482126b7482b9ab40f9bc38c4730d9fbba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:28:43 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:glide in /examples/android Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 4.12.0 to 4.15.0. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.12.0...v4.15.0) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/android/build.gradle b/examples/android/build.gradle index 8b5016019..55911baaf 100644 --- a/examples/android/build.gradle +++ b/examples/android/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1" implementation 'com.google.android.material:material:1.6.1' - implementation 'com.github.bumptech.glide:glide:4.12.0' + implementation 'com.github.bumptech.glide:glide:4.15.0' implementation 'com.squareup.okhttp3:okhttp:4.9.3'