Skip to content

Commit

Permalink
build(deps): Bump glideVersion from 4.15.1 to 4.16.0
Browse files Browse the repository at this point in the history
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](bumptech/glide@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](bumptech/glide@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>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 462285b commit 7c2d9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
def cameraVersion = "1.2.3"
def lifecycleVersion = "2.6.1"
def roomVersion = "2.5.2"
def glideVersion = "4.15.1"
def glideVersion = "4.16.0"
def nextcloudCommonsVersion = "1.8.2"
def androidCommonsVersion = "0.2.9"

Expand Down

0 comments on commit 7c2d9b9

Please sign in to comment.