fix(deps): update dependency org.jsoup:jsoup to v1.21.2

This commit is contained in:
renovate[bot] 2025-08-28 18:17:49 +00:00 committed by Kavin
parent 7987ea25b6
commit 5bb540fda2

View File

@ -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'