From 9b02691e505c87fa106dd5f04af54c25426a7589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 20:01:46 +0000 Subject: [PATCH] Bump org.jsoup:jsoup from 1.21.1 to 1.21.2 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.21.1 to 1.21.2. - [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.1...jsoup-1.21.2) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-version: 1.21.2 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 126de2704..06d4bff13 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -498,7 +498,7 @@ dependencies { implementation("com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20240325.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.1") + implementation("org.jsoup:jsoup:1.21.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") implementation("org.pgpainless:pgpainless-core:1.7.6") implementation("org.eclipse.angus:angus-mail:2.0.4")