From ec36b62e6808f179f1375ec7956c4084f7823171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 22:39:10 +0000 Subject: [PATCH] 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 ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9450364..1fe2860 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.assertj:assertj-core:3.27.7' testImplementation 'org.mockito:mockito-core:5.23.0' - testImplementation 'org.jsoup:jsoup:1.22.2' + testImplementation 'org.jsoup:jsoup:1.23.1' testImplementation project.deps.gocdPluginApi testImplementation(testFixtures(project.deps.gocdPluginBase)) testImplementation 'org.skyscreamer:jsonassert:1.5.3'