Skip to content

Commit 5ee6526

Browse files
Bump org.jsoup:jsoup from 1.21.2 to 1.22.1 (#3174)
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](jhy/jsoup@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Den <DenBond7@gmail.com>
1 parent 24618e7 commit 5ee6526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlowCrypt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ dependencies {
509509
implementation("com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20260102.1")
510510
implementation("com.sandinh:zbase32-commons-codec_2.12:1.0.0")
511511
implementation("org.bitbucket.b_c:jose4j:0.9.6")
512-
implementation("org.jsoup:jsoup:1.21.2")
512+
implementation("org.jsoup:jsoup:1.22.1")
513513
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
514514
//kotlinx-serialization-core added to fix runtime issue with dependencies conflict.
515515
//Maybe it will be removed in future.

0 commit comments

Comments
 (0)