From 67c547296f8ffefdb90d241409f03d65fcb6c4cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 04:51:49 +0000 Subject: [PATCH] fix(deps): update dependency org.jsoup:jsoup to v1.17.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c0e7b71..5690c0a 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0' implementation 'com.rometools:rome:2.1.0' implementation 'com.rometools:rome-modules:2.1.0' - implementation 'org.jsoup:jsoup:1.16.1' + implementation 'org.jsoup:jsoup:1.17.1' implementation 'io.activej:activej-common:5.5' implementation 'io.activej:activej-http:5.5' implementation 'io.activej:activej-boot:5.5'