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

This commit is contained in:
renovate[bot] 2023-12-29 04:54:01 +00:00 committed by Bnyro
parent c926506edf
commit 50b098adfa
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
implementation 'com.rometools:rome:2.1.0'
implementation 'com.rometools:rome-modules:2.1.0'
implementation 'org.jsoup:jsoup:1.17.1'
implementation 'org.jsoup:jsoup:1.17.2'
implementation 'io.activej:activej-common:5.5'
implementation 'io.activej:activej-http:5.5'
implementation 'io.activej:activej-boot:5.5'