dependabot[bot] opened a new pull request, #990:
URL: https://github.com/apache/directory-scimple/pull/990

   Bumps 
[io.rest-assured:rest-assured-bom](https://github.com/rest-assured/rest-assured)
 from 5.5.6 to 6.0.0.
   <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-bom's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Changelog 6.0.0 (2025-12-12)</h2>
   <ul>
   <li>spring-mock-mvc module now supports Spring 7.x</li>
   <li>spring-web-test-client now supports Spring 7.x</li>
   <li>Upgraded commons-lang3 from 3.18.0 to 3.19.0</li>
   <li>The spring modules now required Spring 5.3+ (previously 5.1 was 
required)</li>
   <li>New minimum Java baseline is now 17</li>
   <li>New minimum Groovy base is now 5.x</li>
   <li>Support for Jackson 3 object mapping</li>
   <li>Support for Yasson 3 object mapping</li>
   <li>Support for jakarta JsonB/Johnzon 3 object mapping</li>
   <li>Migrate json-path fully to Java, bypass GroovyShell for evaluation (<a 
href="https://redirect.github.com/rest-assured/rest-assured/issues/1844";>#1844</a>)
 (thanks to Michael Edgar for PR)
   <ul>
   <li>This fixed some nasty memory leaks when using JsonPath heavily in long 
running processes</li>
   </ul>
   </li>
   <li>Stop resetting ResponseParserRegistrar during build (<a 
href="https://redirect.github.com/rest-assured/rest-assured/issues/1759";>#1759</a>,
 <a 
href="https://redirect.github.com/rest-assured/rest-assured/issues/1505";>#1505</a>,
 <a 
href="https://redirect.github.com/rest-assured/rest-assured/issues/1207";>#1207</a>
 &amp; <a 
href="https://redirect.github.com/rest-assured/rest-assured/issues/978";>#978</a>)
 (thanks to Marc Easen for PR)</li>
   <li>Skip Null filters in FilterContextImpl (<a 
href="https://redirect.github.com/rest-assured/rest-assured/issues/1834";>#1834</a>)
 (thanks to Boyarshinov Alexander for PR)</li>
   <li>Upgraded Kotlin extension module to use Kotlin 2.2.21</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/0b3a0d9f280056a45c47c14b351e5285ed2455ed";><code>0b3a0d9</code></a>
 [maven-release-plugin] prepare release rest-assured-6.0.0</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/bd552811fc8fc63e56f32854ada3007936e31694";><code>bd55281</code></a>
 [ci skip] Add exclusions for jackson3-example and spring7-mvc-webapp in 
pom.xml</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/eb141e2a293553408a33f5e024e1142258a5e74f";><code>eb141e2</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/4c1a2410833ba2318dacd014dd362463ba7cfa11";><code>4c1a241</code></a>
 [maven-release-plugin] prepare release rest-assured-6.0.0</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/2f11520403d8ca6bd98295190c478da474bd8241";><code>2f11520</code></a>
 Using newer version of dokka and using stdlib for kotlin instead of jdk8</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/6d9362c1f58d9ac0e6b811f8efcc8e3eaec0472e";><code>6d9362c</code></a>
 Ability to exclude osgi-tests in release</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/24380dbfdb93743bc88edfdb6358f40579654d43";><code>24380db</code></a>
 Revert osgi-tests back to JUnit 4</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/9c1260118a28abd9a5ab6bcc0b011bcdda468124";><code>9c12601</code></a>
 Upgraded Kotlin extension module to use Kotlin 2.2.21</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/4b1ff78780fd7677282c371102e15522fdf7e82f";><code>4b1ff78</code></a>
 [ci skip] Prepare and perform release in single step</li>
   <li><a 
href="https://github.com/rest-assured/rest-assured/commit/931f42165342f1379882d22f185ca17055df0dc4";><code>931f421</code></a>
 [ci skip] Removed explicit javadoc path workaround for JDK 8</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rest-assured/rest-assured/compare/rest-assured-5.5.6...rest-assured-6.0.0";>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-bom&package-manager=maven&previous-version=5.5.6&new-version=6.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)
   
   ---
   
   <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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to