You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/02/27 10:23:28 UTC

[PR] Bump com.jayway.jsonpath:json-path from 2.5.0 to 2.9.0 [knox]

dependabot[bot] opened a new pull request, #851:
URL: https://github.com/apache/knox/pull/851

   Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.5.0 to 2.9.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/jayway/JsonPath/releases">com.jayway.jsonpath:json-path's releases</a>.</em></p>
   <blockquote>
   <h2>json-path-2.9.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix for <a href="https://github.com/advisories/GHSA-pfh2-hfmq-phg5">CVE-2023-51074</a>.</li>
   <li>update dependencies by <a href="https://github.com/SingingBush"><code>@​SingingBush</code></a> in <a href="https://redirect.github.com/json-path/JsonPath/pull/965">json-path/JsonPath#965</a></li>
   <li>JPMS: define Automatic-Module-Name as json.path by <a href="https://github.com/SingingBush"><code>@​SingingBush</code></a> in <a href="https://redirect.github.com/json-path/JsonPath/pull/966">json-path/JsonPath#966</a></li>
   <li>Bump json-smart version from 2.4.10 to 2.5.0 by <a href="https://github.com/shoothzj"><code>@​shoothzj</code></a> in <a href="https://redirect.github.com/json-path/JsonPath/pull/945">json-path/JsonPath#945</a></li>
   <li>Fixed rendering error on <code>$..book[?(@.price &lt;= $['expensive'])]</code> in README.md by <a href="https://github.com/lulunac27a"><code>@​lulunac27a</code></a> in <a href="https://redirect.github.com/json-path/JsonPath/pull/967">json-path/JsonPath#967</a></li>
   <li>[build] Remove deprecated gradle convetion usage by <a href="https://github.com/shoothzj"><code>@​shoothzj</code></a> in <a href="https://redirect.github.com/json-path/JsonPath/pull/946">json-path/JsonPath#946</a></li>
   <li>Check for the existence of the next significant bracket by <a href="https://github.com/twobiers"><code>@​twobiers</code></a> in <a href="https://redirect.github.com/json-path/JsonPath/pull/985">json-path/JsonPath#985</a></li>
   <li>Update versions by <a href="https://github.com/kallestenflo"><code>@​kallestenflo</code></a> in <a href="https://redirect.github.com/json-path/JsonPath/pull/987">json-path/JsonPath#987</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/lulunac27a"><code>@​lulunac27a</code></a> made their first contribution in <a href="https://redirect.github.com/json-path/JsonPath/pull/967">json-path/JsonPath#967</a></li>
   <li><a href="https://github.com/twobiers"><code>@​twobiers</code></a> made their first contribution in <a href="https://redirect.github.com/json-path/JsonPath/pull/985">json-path/JsonPath#985</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/json-path/JsonPath/compare/json-path-2.8.0...json-path-2.9.0">https://github.com/json-path/JsonPath/compare/json-path-2.8.0...json-path-2.9.0</a></p>
   <h2>json-path-2.8.0</h2>
   <p>Upgrade json-smart to fix <a href="https://www.cve.org/CVERecord?id=CVE-2023-1370">https://www.cve.org/CVERecord?id=CVE-2023-1370</a></p>
   <h2>json-path-2.7.0</h2>
   <p>No release notes provided.</p>
   <h2>json-path-2.6.0</h2>
   <p>No release notes provided.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/json-path/JsonPath/commit/af7e516c69df680a6584fca7180ef082eb67c96c"><code>af7e516</code></a> Release 2.9.0</li>
   <li><a href="https://github.com/json-path/JsonPath/commit/af4dfcc17a9cb69002a5abc6e88a7745aef4c43d"><code>af4dfcc</code></a> Make PropertyPathToken public, closes <a href="https://redirect.github.com/jayway/JsonPath/issues/955">#955</a></li>
   <li><a href="https://github.com/json-path/JsonPath/commit/49b1151b11fbb147382c9c0f1c898b1ca0d2d3ec"><code>49b1151</code></a> Update versions (<a href="https://redirect.github.com/jayway/JsonPath/issues/987">#987</a>)</li>
   <li><a href="https://github.com/json-path/JsonPath/commit/71a09c1193726c010917f1157ecbb069ad6c3e3b"><code>71a09c1</code></a> Check for the existence of the next significant bracket (<a href="https://redirect.github.com/jayway/JsonPath/issues/985">#985</a>)</li>
   <li><a href="https://github.com/json-path/JsonPath/commit/900ebfe58f4c9e78b209401c642320ef332ba618"><code>900ebfe</code></a> Remove deprecated gradle usage (<a href="https://redirect.github.com/jayway/JsonPath/issues/946">#946</a>)</li>
   <li><a href="https://github.com/json-path/JsonPath/commit/946274d3cb2ee51098bc0d8ba767a01da525218f"><code>946274d</code></a> Fixed rendering error on <code>$..book[?(@.price &lt;= $['expensive'])]</code> in README.md...</li>
   <li><a href="https://github.com/json-path/JsonPath/commit/425bcb18a5ffdfafcc60190c892f941ea4117fb7"><code>425bcb1</code></a> Bump json-smart version from 2.4.10 to 2.5.0 (<a href="https://redirect.github.com/jayway/JsonPath/issues/945">#945</a>)</li>
   <li><a href="https://github.com/json-path/JsonPath/commit/2d57ab361512451fc3352816648357ffbd5c2a13"><code>2d57ab3</code></a> JPMS: define Automatic-Module-Name as json.path (<a href="https://redirect.github.com/jayway/JsonPath/issues/966">#966</a>)</li>
   <li><a href="https://github.com/json-path/JsonPath/commit/1a57f7800b2c101b6fca218c3f04a8b6adf04122"><code>1a57f78</code></a> update dependencies (<a href="https://redirect.github.com/jayway/JsonPath/issues/965">#965</a>)</li>
   <li><a href="https://github.com/json-path/JsonPath/commit/21de6207945dfca6b49809fa9dd08c3781b7ab9d"><code>21de620</code></a> Prepare next version</li>
   <li>Additional commits viewable in <a href="https://github.com/jayway/JsonPath/compare/json-path-2.5.0...json-path-2.9.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.jayway.jsonpath:json-path&package-manager=maven&previous-version=2.5.0&new-version=2.9.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)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 <dependency name> 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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/knox/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@knox.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump com.jayway.jsonpath:json-path from 2.5.0 to 2.9.0 [knox]

Posted by "smolnar82 (via GitHub)" <gi...@apache.org>.
smolnar82 merged PR #851:
URL: https://github.com/apache/knox/pull/851


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@knox.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org