From a6cb30ac5615af866472104f6c46a2b7767232f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 20:37:30 +0000 Subject: [PATCH] Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.21.2 to 1.22.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.21.2...jsoup-1.22.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-version: 1.22.1 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 8a625f8a6..d7ad6a440 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -509,7 +509,7 @@ dependencies { 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") - implementation("org.jsoup:jsoup:1.21.2") + implementation("org.jsoup:jsoup:1.22.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") //kotlinx-serialization-core added to fix runtime issue with dependencies conflict. //Maybe it will be removed in future.