Merge pull request #3042 from gedoor/dependabot/gradle/org.jsoup-jsoup-1.16.1

Bump org.jsoup:jsoup from 1.15.4 to 1.16.1
This commit is contained in:
kunfei 2023-05-01 18:08:19 +08:00 committed by GitHub
commit af7ad70d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@ dependencies {
implementation('io.github.jeremyliao:live-event-bus-x:1.8.0')
//
implementation('org.jsoup:jsoup:1.15.4')
implementation('org.jsoup:jsoup:1.16.1')
implementation('com.jayway.jsonpath:json-path:2.8.0')
implementation('cn.wanghaomiao:JsoupXpath:2.5.3')
implementation(project(path: ':modules:book'))