You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/12/27 19:27:25 UTC

[GitHub] [streampipes] dependabot[bot] opened a new pull request, #904: Bump json-path from 3.1.0 to 5.3.0

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

   Bumps [json-path](https://github.com/rest-assured/rest-assured) from 3.1.0 to 5.3.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/rest-assured/rest-assured/blob/master/changelog.txt">json-path's changelog</a>.</em></p>
   <blockquote>
   <h2>Changelog 5.3.0 (2022-11-18)</h2>
   <ul>
   <li>Added (much) improved support for CSRF tokens when sent as a header and not in a form</li>
   <li>Enable the use of relaxedHTTPSValidation with two-way ssl (issue <a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1631">#1631</a>) (thanks to Mathieu Amblard for pull request)</li>
   <li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
   <li>Removed content assignment from asPrettyString() (thanks to Bartłomiej Chabowski for pull request)</li>
   <li>Allow contentType() to accept Spring MediaType in Spring MockMvc module (thanks to Hantsy Bai for pull request)</li>
   <li>Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
   <li>Upgraded groovy from 4.0.1 to 4.0.6</li>
   <li>Updated jackson from version 2.13.2 to 2.13.4</li>
   </ul>
   <h2>Changelog 5.2.1 (2022-11-18)</h2>
   <ul>
   <li>Lastest Spring Framework 6 is now supported again (thanks to Marcin Grzejszczak for pull request)</li>
   </ul>
   <h2>Changelog 5.2.0 (2022-09-09)</h2>
   <ul>
   <li>
   <p>Improved FilterContext used in Filters by adding the method FilterContext#hasValue(name, object). This makes it easier to check if a value exists <em>and</em> is equal to the expect object.</p>
   </li>
   <li>
   <p>Introducing a much improved CSRF (cross-site request forgery) support. For example:
   given().
   csrf(&quot;/users&quot;).
   formParm(&quot;firstName&quot;, &quot;John&quot;).
   formParm(&quot;lastName&quot;, &quot;Doe&quot;).
   when().
   post(&quot;/users&quot;).
   then().
   statusCode(200);</p>
   <p>This will first make a GET request to /users (due to csrf(&quot;/users&quot;)) to get an HTML page that contains the CSRF token.
   Rest Assured will then automatically try to find the input field that contains the CSRF token and include in the POST to /users.</p>
   <p>Here's an example of what Rest Assured expects as a response for the GET request to /users:</p>
   <!-- raw HTML omitted -->
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/rest-assured/rest-assured/commit/ebbedc77222743624550e8e04ecbdd4f2c209932"><code>ebbedc7</code></a> [maven-release-plugin] prepare release rest-assured-5.3.0</li>
   <li><a href="https://github.com/rest-assured/rest-assured/commit/1e1f32569327b20326b76447401f2f5bf31fc7fb"><code>1e1f325</code></a> Updated jackson from version 2.13.2 to 2.13.4</li>
   <li><a href="https://github.com/rest-assured/rest-assured/commit/83fcc55dc5a725bcca04752a5d01486928de55be"><code>83fcc55</code></a> Removing <a href="https://github.com/ignore"><code>@​ignore</code></a></li>
   <li><a href="https://github.com/rest-assured/rest-assured/commit/7bd91248c41f53fc535f30cbffdcbab25a306ee9"><code>7bd9124</code></a> [ci skip] Preparing for release</li>
   <li><a href="https://github.com/rest-assured/rest-assured/commit/fb926ece0088abbfde9f5b1d0b9acc563325f37c"><code>fb926ec</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
   <li><a href="https://github.com/rest-assured/rest-assured/commit/00bc18bb87139dedbb6d58063589a43d55f9d5ec"><code>00bc18b</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
   <li><a href="https://github.com/rest-assured/rest-assured/commit/481a55aca3f5ede3b778fe0edea27f1386f27c47"><code>481a55a</code></a> [ci skip] Updated changelog to reflect the latest changes</li>
   <li><a href="https://github.com/rest-assured/rest-assured/commit/afbf13b396142c1414885cc6cf9b3de23596288a"><code>afbf13b</code></a> chore: add contentType to accept Spring MedieType (<a href="https://github-redirect.dependabot.com/rest-assured/rest-assured/issues/1625">#1625</a>)</li>
   <li><a href="https://github.com/rest-assured/rest-assured/commit/14ef2c6010dd07cb2383d11f3cbacbc3faa0d19c"><code>14ef2c6</code></a> Upgraded groovy from 4.0.1 to 4.0.6</li>
   <li><a href="https://github.com/rest-assured/rest-assured/commit/da69e1b8906b3dcf1471f766a686ba94d3030776"><code>da69e1b</code></a> Upgraded kotlin from 1.7.10 to 1.7.20 in the kotlin module</li>
   <li>Additional commits viewable in <a href="https://github.com/rest-assured/rest-assured/compare/rest-assured-3.1.0...rest-assured-5.3.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.rest-assured:json-path&package-manager=maven&previous-version=3.1.0&new-version=5.3.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 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)
   
   
   </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@streampipes.apache.org

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


[GitHub] [streampipes] bossenti merged pull request #904: Bump json-path from 3.1.0 to 5.3.0

Posted by GitBox <gi...@apache.org>.
bossenti merged PR #904:
URL: https://github.com/apache/streampipes/pull/904


-- 
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@streampipes.apache.org

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