From 5bb540fda251094e0afd2f6f8e63233fb2f95bac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 18:17:49 +0000 Subject: [PATCH] fix(deps): update dependency org.jsoup:jsoup to v1.21.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bc18e5e..94cb59e 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2' implementation 'com.rometools:rome:2.1.0' implementation 'com.rometools:rome-modules:2.1.0' - implementation 'org.jsoup:jsoup:1.21.1' + implementation 'org.jsoup:jsoup:1.21.2' implementation 'io.activej:activej-common:5.5' implementation 'io.activej:activej-http:5.5' implementation 'io.activej:activej-boot:5.5'