From 3fd3691e9a037bc427ce7a35183747cd2e9a7242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 04:44:02 +0000 Subject: [PATCH] Bump jsoup from 1.15.2 to 1.15.3 in /app Bumps [jsoup](https://github.com/jhy/jsoup) from 1.15.2 to 1.15.3. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.15.2...jsoup-1.15.3) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ec76ecb4d..8778d4394 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -207,7 +207,7 @@ dependencies { 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('cn.wanghaomiao:JsoupXpath:2.5.1') implementation(project(path: ':epublib'))