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

This commit is contained in:
renovate[bot] 2024-07-11 16:01:09 +00:00 committed by Kavin
parent c960f944d3
commit 6380cea805
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.2' implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'com.rometools:rome:2.1.0' implementation 'com.rometools:rome:2.1.0'
implementation 'com.rometools:rome-modules: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-common:5.5'
implementation 'io.activej:activej-http:5.5' implementation 'io.activej:activej-http:5.5'
implementation 'io.activej:activej-boot:5.5' implementation 'io.activej:activej-boot:5.5'