Skip to content

Commit e65d687

Browse files
authored
chore(deps-dev): bump com.jayway.jsonpath:json-path from 2.10.0 to 3.0.0 [skip ci]
Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.10.0 to 3.0.0. Release notes *Sourced from [com.jayway.jsonpath:json-path's releases](https://github.com/jayway/JsonPath/releases).* > json-path-3.0.0 > --------------- > > What's Changed > -------------- > > * adding jackson3 provider ([#1066](https://redirect.github.com/jayway/JsonPath/issues/1066)) by [`@​bsa01`](https://github.com/bsa01) in [json-path/JsonPath#1067](https://redirect.github.com/json-path/JsonPath/pull/1067) > * Prepare Version 3.0.0 - Java 17 baseline with Jackson 3 by [`@​kallestenflo`](https://github.com/kallestenflo) in [json-path/JsonPath#1072](https://redirect.github.com/json-path/JsonPath/pull/1072) > > New Contributors > ---------------- > > * [`@​bsa01`](https://github.com/bsa01) made their first contribution in [json-path/JsonPath#1067](https://redirect.github.com/json-path/JsonPath/pull/1067) > > **Full Changelog**: <json-path/JsonPath@json-path-2.10.0...json-path-3.0.0> Commits * [`62a4c9f`](json-path/JsonPath@62a4c9f) Prepare Version 3.0.0 - Java 17 baseline with Jackson 3 ([#1072](https://redirect.github.com/jayway/JsonPath/issues/1072)) * [`470b566`](json-path/JsonPath@470b566) Prepare version 3.0.0 * [`5a7f29e`](json-path/JsonPath@5a7f29e) adding jackson3 provider ([#1066](https://redirect.github.com/jayway/JsonPath/issues/1066)) ([#1067](https://redirect.github.com/jayway/JsonPath/issues/1067)) * [`b6c60b3`](json-path/JsonPath@b6c60b3) Prepare next version ([#1059](https://redirect.github.com/jayway/JsonPath/issues/1059)) * See full diff in [compare view](json-path/JsonPath@json-path-2.10.0...json-path-3.0.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.10.0&new-version=3.0.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 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 5b406e7 + 862deb2 commit e65d687

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
@@ -85,7 +85,7 @@
8585
<assertj-core.version>3.27.7</assertj-core.version>
8686
<junit.jupiter.version>6.0.3</junit.jupiter.version>
8787
<awaitility.version>4.3.0</awaitility.version>
88-
<json-path.version>2.10.0</json-path.version>
88+
<json-path.version>3.0.0</json-path.version>
8989
<slf4j.version>2.0.17</slf4j.version>
9090
<undertow-core.version>2.3.23.Final</undertow-core.version>
9191
<mockito-core.version>5.23.0</mockito-core.version>

0 commit comments

Comments
 (0)