From c28f504a4b537072f78104d058985c3954b0b506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:39:35 +0000 Subject: [PATCH] Bump org.jsoup:jsoup from 1.18.1 to 1.18.2 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.1 to 1.18.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.1...jsoup-1.18.2) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 5e702b9..e7bfb1e 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -66,7 +66,7 @@ dependencies { implementation 'commons-validator:commons-validator:1.9.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0' implementation 'org.jruby.joni:joni:2.2.1' - implementation 'org.jsoup:jsoup:1.18.1' + implementation 'org.jsoup:jsoup:1.18.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'