Skip to content

Commit 3832049

Browse files
authored
chore(deps-dev): bump com.jayway.jsonpath:json-path from 2.9.0 to 2.10.0 [skip ci]
Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.9.0 to 2.10.0. Release notes *Sourced from [com.jayway.jsonpath:json-path's releases](https://github.com/jayway/JsonPath/releases).* > json-path-2.10.0 > ---------------- > > What's Changed > -------------- > > * Bumps dependency versions by [`@​kallestenflo`](https://github.com/kallestenflo) in [json-path/JsonPath#1057](https://redirect.github.com/json-path/JsonPath/pull/1057) > + net.minidev:json-smart:2.6.0 > + org.slf4j:slf4j-api:2.0.17 > + com.google.code.gson:gson:2.13.2 > + org.hamcrest:hamcrest:3.0 > + com.fasterxml.jackson.core:jackson-databind:2.19.2 > + org.json:json:20250517 > + org.apache.tapestry:tapestry-json:5.9.0 > + jakarta.json:jakarta.json-api:2.1.3 > + jakarta.json.bind:jakarta.json.bind-api:2.0.0 > > **Full Changelog**: <json-path/JsonPath@json-path-2.9.0...json-path-2.10.0> Commits * [`a427387`](json-path/JsonPath@a427387) Release 2.10.0 ([#1058](https://redirect.github.com/jayway/JsonPath/issues/1058)) * [`8e3b92f`](json-path/JsonPath@8e3b92f) Bumps dependency versions ([#1057](https://redirect.github.com/jayway/JsonPath/issues/1057)) * [`45333e0`](json-path/JsonPath@45333e0) [CI] Remove Java 18 from build matrix ([#1005](https://redirect.github.com/jayway/JsonPath/issues/1005)) * [`3732a85`](json-path/JsonPath@3732a85) Upgrade net.minidev:json-smart from 2.5.0 to 2.5.1 ([#1004](https://redirect.github.com/jayway/JsonPath/issues/1004)) * [`2d4cc06`](json-path/JsonPath@2d4cc06) Upgrade to gradle 8.5 and add java 21 build ([#995](https://redirect.github.com/jayway/JsonPath/issues/995)) * [`83ced52`](json-path/JsonPath@83ced52) Remove web-test project ([#994](https://redirect.github.com/jayway/JsonPath/issues/994)) * [`af031cd`](json-path/JsonPath@af031cd) Upgrade to junit-jupiter ([#993](https://redirect.github.com/jayway/JsonPath/issues/993)) * [`0ed52b4`](json-path/JsonPath@0ed52b4) Prepare next version * See full diff in [compare view](json-path/JsonPath@json-path-2.9.0...json-path-2.10.0) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=com.jayway.jsonpath:json-path&package-manager=maven&previous-version=2.9.0&new-version=2.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
2 parents f6cb22a + ca99b0a commit 3832049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<junit.jupiter.version>6.0.0</junit.jupiter.version>
7979
<awaitility.version>4.3.0</awaitility.version>
8080
<mockito-core.version>5.16.0</mockito-core.version>
81-
<json-path.version>2.9.0</json-path.version>
81+
<json-path.version>2.10.0</json-path.version>
8282

8383
<skipITs>true</skipITs>
8484
<skipTests>false</skipTests>

0 commit comments

Comments
 (0)