From 7f74a9bdea6fea720d5907b6adfbe0afe16808c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 04:32:02 +0000 Subject: [PATCH] Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/jayway/JsonPath/releases) - [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md) - [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0) --- updated-dependencies: - dependency-name: com.jayway.jsonpath:json-path dependency-type: direct:production update-type: version-update:semver-minor ... 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 ebf22cf29..c4c45163f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -204,7 +204,7 @@ dependencies { //规则相关 implementation('org.jsoup:jsoup:1.16.2') - implementation('com.jayway.jsonpath:json-path:2.8.0') + implementation('com.jayway.jsonpath:json-path:2.9.0') implementation('cn.wanghaomiao:JsoupXpath:2.5.3') implementation(project(path: ':modules:book'))