From a77aab81c174c5fbe0b40a68406d62cfccf6be0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 18:13:45 +0000 Subject: [PATCH] build(deps): bump org.jsoup:jsoup from 1.22.2 to 1.23.1 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.22.2 to 1.23.1. - [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.22.2...jsoup-1.23.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2f5de64a447..db0d0d873d4 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ def libraries = [ jolt : 'com.bazaarvoice.jolt:jolt-core:0.1.8', jruby : 'org.jruby:jruby:9.4.15.0', jsonUnit : 'net.javacrumbs.json-unit:json-unit-assertj:5.1.2', - jsoup : 'org.jsoup:jsoup:1.22.2', + jsoup : 'org.jsoup:jsoup:1.23.1', junit5Bom : 'org.junit:junit-bom:6.1.0', liquibase : 'org.liquibase:liquibase-core:5.0.3', liquibaseSlf4j : 'com.mattbertolini:liquibase-slf4j:5.1.0',