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

   Bumps 
[io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) 
from 5.5.2 to 5.5.5.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rest-assured/rest-assured/blob/master/changelog.txt";>io.rest-assured:rest-assured's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changelog 5.5.5 (2025-05-22)</h2>
   <ul>
   <li>The rest-assured-bom project is back and works</li>
   </ul>
   <h2>Changelog 5.5.4 (2025-05-22)</h2>
   <ul>
   <li>The rest-assured-bom project is back</li>
   </ul>
   <h2>Changelog 5.5.3 (2025-05-22)</h2>
   <ul>
   <li>
   <p>Greatly improved csrf support. When applying csrf, it'll automatically 
forward the cookies to returns from the GET request to the csrf token and apply 
it to the actual request. These cookies will also be applied to the 
CookieFilter automatically (if configured) and SessionFilter (if configured). 
For example:
   given().
   csrf(&quot;/login&quot;).
   formParam(&quot;name&quot;, &quot;My New Name&quot;).
   when().
   post(&quot;/users/123&quot;).
   then().
   statusCode(200);</p>
   <p>Now the cookies returned from the GET request to login will be 
automatically applied to the POST to &quot;/users/123&quot;.</p>
   <p>If you have a CookieFilter defined for multiple requests, the cookies 
returned by GET to /login will be automatically stored in the CookieFilter and 
used in the second request.</p>
   <pre><code>  var cookieFilter = new CookieFilter()
     
given().filter(cookieFilter).csrf(&quot;/login&quot;).formParam(&quot;name&quot;,
 &quot;My New 
Name&quot;).when().post(&quot;/users/123&quot;).then().statusCode(200);
     
given().filter(cookieFilter).when().get(&quot;/users/123&quot;).then().statusCode(200);
   </code></pre>
   <p>You can disable this behavior by setting automaticallyApplyCookies to 
false the csrf config:
   given().
   config(config().csrfConfig(csrfConfig().automaticallyApplyCookies(false))).
   csrf(&quot;/login&quot;).
   when().
   ...</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/ee33ab5d8e4e00b79ff396eff81fd46f34a4e7b6";><code>ee33ab5</code></a>
 [maven-release-plugin] prepare release rest-assured-5.5.5</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/e75c4c46c40a97714baa193bf73d6ba3b0e7218b";><code>e75c4c4</code></a>
 [ci skip] Using parent pom in bom</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/beb3ceb962ee8917712346614e40d6f8ed89a261";><code>beb3ceb</code></a>
 [ci skip] Replicating central-publishing-maven-plugin in bom</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/83330b9d90753c9915a24e827473095862882a5c";><code>83330b9</code></a>
 [ci skip] Adding flatten plugin to bom project</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/69e91bbe084c1fb7e93e5ff71b8e79dbf0c5a062";><code>69e91bb</code></a>
 [ci skip] Fixing distributionManagement in rest-assured-bom</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/0d08008bdab9e85c94a97b5d87e447ada17d7f0c";><code>0d08008</code></a>
 [ci skip] Temporary removing auto publish to avoid issues</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/cab697db02f09a3cfd732621d468c6d807dee6f4";><code>cab697d</code></a>
 [ci skip] Preparing changelog for release</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/b40c1b6559634555d92fe8e5cb0e0c66a8d79338";><code>b40c1b6</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/2a2f3386c8603a4d8690de3da58e8e18c441a43f";><code>2a2f338</code></a>
 [maven-release-plugin] prepare release rest-assured-5.5.4</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/fb7e9dd0064b02e37c2b8683a6fe432109ac4cb8";><code>fb7e9dd</code></a>
 [ci skip] Adding missing things to the bom project</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rest-assured/rest-assured/compare/rest-assured-5.5.2...rest-assured-5.5.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.rest-assured:rest-assured&package-manager=maven&previous-version=5.5.2&new-version=5.5.5)](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)
   
   
   </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: commits-unsubscr...@camel.apache.org

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

Reply via email to