Merge pull request #2189 from gedoor/dependabot/gradle/app/org.jsoup-jsoup-1.15.3

Bump jsoup from 1.15.2 to 1.15.3 in /app
pull/2197/head
kunfei 2 years ago committed by GitHub
commit 82ea6fe5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

@ -207,7 +207,7 @@ dependencies {
implementation('io.github.jeremyliao:live-event-bus-x:1.8.0') implementation('io.github.jeremyliao:live-event-bus-x:1.8.0')
// //
implementation('org.jsoup:jsoup:1.15.2') implementation('org.jsoup:jsoup:1.15.3')
implementation('com.jayway.jsonpath:json-path:2.7.0') implementation('com.jayway.jsonpath:json-path:2.7.0')
implementation('cn.wanghaomiao:JsoupXpath:2.5.1') implementation('cn.wanghaomiao:JsoupXpath:2.5.1')
implementation(project(path: ':epublib')) implementation(project(path: ':epublib'))

Loading…
Cancel
Save