From 56be6dc81fcc52207f1cc27bf0793c2b9d438197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 04:09:41 +0000 Subject: [PATCH] Bump cn.wanghaomiao:JsoupXpath from 2.5.1 to 2.5.2 in /app Bumps [cn.wanghaomiao:JsoupXpath](https://github.com/zhegexiaohuozi/JsoupXpath) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/zhegexiaohuozi/JsoupXpath/releases) - [Commits](https://github.com/zhegexiaohuozi/JsoupXpath/compare/v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: cn.wanghaomiao:JsoupXpath 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 fb40721e9..28be9fe6f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -191,7 +191,7 @@ dependencies { //规则相关 implementation('org.jsoup:jsoup:1.15.3') implementation('com.jayway.jsonpath:json-path:2.7.0') - implementation('cn.wanghaomiao:JsoupXpath:2.5.1') + implementation('cn.wanghaomiao:JsoupXpath:2.5.2') implementation(project(path: ':epublib')) //JS rhino