From a66326b661c4c7df19bcc53b9843ed2b84b40e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 07:57:02 +0000 Subject: [PATCH] Bump com.github.bumptech.glide:glide from 4.14.2 to 4.15.0 Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 4.14.2 to 4.15.0. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/compare/v4.14.2...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] --- form/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/build.gradle.kts b/form/build.gradle.kts index 2fb74f8e..0967b10e 100644 --- a/form/build.gradle.kts +++ b/form/build.gradle.kts @@ -98,7 +98,7 @@ dependencies { // ImagePicker api("com.github.dhaval2404:imagepicker:2.1") - implementation("com.github.bumptech.glide:glide:4.14.2") + implementation("com.github.bumptech.glide:glide:4.15.0") // Input mask api("com.github.RedMadRobot:input-mask-android:6.1.0")