Skip to content

Commit 77fb713

Browse files
Bump com.github.bumptech.glide:ksp from 5.0.4 to 5.0.5 (#3123)
Bumps [com.github.bumptech.glide:ksp](https://github.com/bumptech/glide) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](bumptech/glide@v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:ksp dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Den <DenBond7@gmail.com>
1 parent 4db469d commit 77fb713

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FlowCrypt/build.gradle.kts

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

411411
dependencies {
412-
ksp("com.github.bumptech.glide:ksp:5.0.4")
412+
ksp("com.github.bumptech.glide:ksp:5.0.5")
413413
ksp("androidx.annotation:annotation:1.9.1")
414414
ksp("androidx.room:room-compiler:2.7.2")
415415
//ACRA needs the following dependency to use a custom report sender
@@ -501,7 +501,7 @@ dependencies {
501501
implementation("com.squareup.okio:okio:3.16.0")
502502
implementation("com.squareup.okhttp3:logging-interceptor:5.1.0")
503503

504-
implementation("com.github.bumptech.glide:glide:5.0.4")
504+
implementation("com.github.bumptech.glide:glide:5.0.5")
505505
implementation("com.nulab-inc:zxcvbn:1.9.0")
506506
implementation("com.burhanrashid52:photoeditor:3.0.2")
507507
implementation("com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20240325.1")

0 commit comments

Comments
 (0)