From 6380cea805d1bd95655e29a90321f09aeb3bb99a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:01:09 +0000 Subject: [PATCH] fix(deps): update dependency org.jsoup:jsoup to v1.18.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ff3d491..78a6f3d 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' implementation 'com.rometools:rome:2.1.0' implementation 'com.rometools:rome-modules:2.1.0' - implementation 'org.jsoup:jsoup:1.17.2' + implementation 'org.jsoup:jsoup:1.18.1' implementation 'io.activej:activej-common:5.5' implementation 'io.activej:activej-http:5.5' implementation 'io.activej:activej-boot:5.5'