From 5b8b567c2b23bd3d8a18cb899fa5680fef452c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:55:46 +0000 Subject: [PATCH] Bump com.burhanrashid52:photoeditor from 3.0.2 to 3.1.0 Bumps [com.burhanrashid52:photoeditor](https://github.com/burhanrashid52/PhotoEditor) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/burhanrashid52/PhotoEditor/releases) - [Changelog](https://github.com/burhanrashid52/PhotoEditor/blob/master/CHANGELOG.md) - [Commits](https://github.com/burhanrashid52/PhotoEditor/compare/v.3.0.2...v.3.1.0) --- updated-dependencies: - dependency-name: com.burhanrashid52:photoeditor dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 60b1d353a..cde7cc71f 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -537,7 +537,7 @@ dependencies { implementation("com.github.bumptech.glide:glide:5.0.5") implementation("com.nulab-inc:zxcvbn:1.9.0") - implementation("com.burhanrashid52:photoeditor:3.0.2") + implementation("com.burhanrashid52:photoeditor:3.1.0") implementation("com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20260102.1") implementation("com.sandinh:zbase32-commons-codec_2.12:1.0.0") implementation("org.bitbucket.b_c:jose4j:0.9.6")