From defc73484d081898ecfb650c5d0c540488d0c559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 06:00:15 +0000 Subject: [PATCH] Build(deps): Bump org.jsoup:jsoup in the gradle group across 1 directory Bumps the gradle group with 1 update in the / directory: [org.jsoup:jsoup](https://github.com/jhy/jsoup). Updates `org.jsoup:jsoup` from 1.15.4 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.15.4...jsoup-1.23.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-version: 1.23.1 dependency-type: direct:production dependency-group: gradle ... 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 8d5f281a..4d5e5e3b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -514,7 +514,7 @@ dependencies { implementation("com.vladsch.flexmark:flexmark-ext-gfm-tasklist:0.64.8") implementation("com.vladsch.flexmark:flexmark-ext-ins:0.64.8") implementation("com.vladsch.flexmark:flexmark-ext-tables:0.64.8") - implementation("org.jsoup:jsoup:1.15.4") + implementation("org.jsoup:jsoup:1.23.1") implementation("org.apache.xmlgraphics:batik-transcoder:1.19") implementation("com.googlecode.soundlibs:vorbisspi:1.0.3.3")