From e94bdc3d15e2c0b56be4431c8a2d20e8a5569f9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 07:17:27 +0000 Subject: [PATCH] Update dependency org.jsoup:jsoup to v1.16.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2f7440b..cc16aa4 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-annotations:2.15.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0' implementation 'com.rometools:rome:2.1.0' - implementation 'org.jsoup:jsoup:1.15.4' + implementation 'org.jsoup:jsoup:1.16.1' implementation 'io.activej:activej-common:5.4.3' implementation 'io.activej:activej-http:5.4.3' implementation 'io.activej:activej-boot:5.4.3'