From 13c26e4167937f9584a475f185214233260ef62e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 20:05:21 +0000 Subject: [PATCH] Bump org.jsoup:jsoup from 1.18.3 to 1.19.1 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.3 to 1.19.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.18.3...jsoup-1.19.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 78a1221..ccdebb1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -27,7 +27,7 @@ repositories { dependencies { val logstashVersion = "8.0" val opensearchVersion = "1.6.2" - val jsoupVersion = "1.18.3" + val jsoupVersion = "1.19.1" val opensearchTestcontainersVersion = "2.1.2" val testcontainersVersion = "1.20.5" val wiremockVersion = "4.2.0"