From c6a5678254e7207c791da949e8a4018fe5a5ae98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:48:06 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d2771dfa6e..1a813adfe3 100644 --- a/build.gradle +++ b/build.gradle @@ -432,7 +432,7 @@ dependencies { implementation group: 'org.graalvm.js', name: 'js', version: '21.2.0' implementation group: 'org.graalvm.js', name: 'js-scriptengine', version: '21.1.0' - implementation 'com.jayway.jsonpath:json-path:2.8.0' + implementation 'com.jayway.jsonpath:json-path:2.9.0' // For PDF image extraction implementation 'org.apache.pdfbox:pdfbox:3.0.0'