From bb3572565b6a01c72fce33ad6ec7195149d2405d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 07:55:52 +0000 Subject: [PATCH] build(deps): bump org.jsoup:jsoup from 1.18.3 to 1.21.2 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.3 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.18.3...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-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b701d53..884fa8c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { //implementation("commons-io:commons-io:2.13.0") //used for XML parsing in link extractor. - implementation("org.jsoup:jsoup:1.18.3") + implementation("org.jsoup:jsoup:1.21.2") //used to decompress zstd streams // https://mvnrepository.com/artifact/com.github.luben/zstd-jni