build(deps): Bump glideVersion from 4.15.1 to 4.16.0

Bumps `glideVersion` from 4.15.1 to 4.16.0.

Updates `com.github.bumptech.glide:glide` from 4.15.1 to 4.16.0
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](https://github.com/bumptech/glide/compare/v4.15.1...v4.16.0)

Updates `com.github.bumptech.glide:compiler` from 4.15.1 to 4.16.0
- [Release notes](https://github.com/bumptech/glide/releases)
- [Commits](https://github.com/bumptech/glide/compare/v4.15.1...v4.16.0)

---
updated-dependencies:
- dependency-name: com.github.bumptech.glide:glide
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.bumptech.glide:compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-22 01:14:23 +00:00 committed by GitHub
parent 19ffa0ea04
commit 0254244c2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ android {
}
ext {
glideVersion = '4.15.1'
glideVersion = '4.16.0'
roomVersion = "2.5.1"
}