Skip to content

Commit 3c7e133

Browse files
Bump com.github.bumptech.glide:glide from 4.16.0 to 5.0.0 (#3101)
Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 4.16.0 to 5.0.0. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](https://github.com/bumptech/glide/commits) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 214924b commit 3c7e133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FlowCrypt/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ val devDebugImplementation: Configuration by configurations.creating
400400
val uiTestsImplementation by configurations.named("uiTestsImplementation")
401401

402402
dependencies {
403-
ksp("com.github.bumptech.glide:ksp:4.16.0")
403+
ksp("com.github.bumptech.glide:ksp:5.0.4")
404404
ksp("androidx.annotation:annotation:1.9.1")
405405
ksp("androidx.room:room-compiler:2.7.2")
406406
//ACRA needs the following dependency to use a custom report sender
@@ -492,7 +492,7 @@ dependencies {
492492
implementation("com.squareup.okio:okio:3.16.0")
493493
implementation("com.squareup.okhttp3:logging-interceptor:5.1.0")
494494

495-
implementation("com.github.bumptech.glide:glide:4.16.0")
495+
implementation("com.github.bumptech.glide:glide:5.0.4")
496496
implementation("com.nulab-inc:zxcvbn:1.9.0")
497497
implementation("com.burhanrashid52:photoeditor:3.0.2")
498498
implementation("com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20240325.1")

0 commit comments

Comments
 (0)