From 24e27efaf85f8e5d14af393b1c172c885b3be10b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 20:05:06 +0000 Subject: [PATCH] Build(deps): bump org.bitbucket.b_c:jose4j from 0.9.6 to 0.9.7 Bumps [org.bitbucket.b_c:jose4j](https://bitbucket.org/b_c/jose4j) from 0.9.6 to 0.9.7. - [Changelog](https://bitbucket.org/b_c/jose4j/src/master/Release Notes.md) - [Commits](https://bitbucket.org/b_c/jose4j/branches/compare/jose4j-0.9.7..jose4j-0.9.6) --- updated-dependencies: - dependency-name: org.bitbucket.b_c:jose4j dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-patch ... 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 56c40930d..8cc1797cd 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -532,7 +532,7 @@ dependencies { implementation("com.burhanrashid52:photoeditor:3.1.0") implementation("com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20260313.1") implementation("com.sandinh:zbase32-commons-codec_2.12:1.0.0") - implementation("org.bitbucket.b_c:jose4j:0.9.6") + implementation("org.bitbucket.b_c:jose4j:0.9.7") implementation("org.jsoup:jsoup:1.23.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0") //kotlinx-serialization-core added to fix runtime issue with dependencies conflict.