From 413ccc4e67f15003e5b9c14234b149ad79a86d8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 21:25:25 +0000 Subject: [PATCH] Bump org.jsoup:jsoup from 1.18.1 to 1.18.3 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.1 to 1.18.3. - [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.18.1...jsoup-1.18.3) --- updated-dependencies: - dependency-name: org.jsoup:jsoup 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 2dd27d646b..fe6658d4ca 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -466,7 +466,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.18.1") + implementation("org.jsoup:jsoup:1.18.3") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1") implementation("org.pgpainless:pgpainless-core:1.6.7") implementation("org.eclipse.angus:angus-mail:2.0.3")