From fef2c6886ac68ff3f63598ddd4d6b9df75a40c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:26:17 +0000 Subject: [PATCH] build(deps): 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] <support@github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6aa23b0..bf1e6ed 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.1") + implementation("org.jsoup:jsoup:1.18.3") //used to decompress zstd streams // https://mvnrepository.com/artifact/com.github.luben/zstd-jni