From 37042310f9adbd81776252d1d2fc057402e990e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 20:22:10 +0000 Subject: [PATCH] Bump org.jsoup:jsoup from 1.19.1 to 1.20.1 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.19.1 to 1.20.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.19.1...jsoup-1.20.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-version: 1.20.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 ba47c274d3..0d33ebd666 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -488,7 +488,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.19.1") + implementation("org.jsoup:jsoup:1.20.1") 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.3")