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

   Bumps [spring-test](https://github.com/spring-projects/spring-framework) 
from 3.2.2.RELEASE to 6.0.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>spring-test's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.4</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add native support for <code>@Convert</code> on JPA entities <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29771";>#29771</a></li>
   <li><code>@RequestPart</code> dto not configured for reflection in aot <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29749";>#29749</a></li>
   <li>Avoid wasted memory on empty maps and sets <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29742";>#29742</a></li>
   <li>Compatibility with Hibernate ORM 6.2 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29736";>#29736</a></li>
   <li>Add Kotlin DSL support for MockMVC andExpectAll <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29727";>#29727</a></li>
   <li>Add ExecutingResponseCreator to delegate request and response <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29721";>#29721</a></li>
   <li>JmsTemplate.convertAndSend throws NullPointerException during shutdown 
<a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29706";>#29706</a></li>
   <li>Extract ResourceEntityResolver HTTPS schema resolution fallback <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29697";>#29697</a></li>
   <li><code>@Configuration</code> classes with Kotlin in native-image are 
broken <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29663";>#29663</a></li>
   <li>Introduce Kotlin DSL for <code>ResultActions.andExpectAll()</code> <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27317";>#27317</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>ResourceHandlers cannot resolve static resources with certain wildcard 
patterns <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29712";>#29712</a></li>
   <li>Conflict on insert gets translated to DataIntegrityViolationException 
instead of DuplicateKeyException in Spring 6 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29699";>#29699</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>fix typo in core-aot.adoc <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29788";>#29788</a></li>
   <li>Polish <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29727";>#29727</a>:
 Mention Kotlin andExpectAll in reference manual <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29766";>#29766</a></li>
   <li>Update Jakarta Mail info in ref docs <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29707";>#29707</a></li>
   <li>Trigger/TriggerContext reference documentation outdated <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29702";>#29702</a></li>
   <li>Improve documentation for literals in SpEL expressions <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29700";>#29700</a></li>
   <li>Small fixes and improvements to the reference documentation <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29694";>#29694</a></li>
   <li>Fix manipulating property sources example in Javadoc for 
<code>ConfigurableEnvironment</code> <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29693";>#29693</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.10.3 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29802";>#29802</a></li>
   <li>Upgrade to Reactor 2022.0.2 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29797";>#29797</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <p><a href="https://github.com/Dunemaster";><code>@​Dunemaster</code></a>, <a 
href="https://github.com/IDJack";><code>@​IDJack</code></a>, <a 
href="https://github.com/diguage";><code>@​diguage</code></a>, <a 
href="https://github.com/izeye";><code>@​izeye</code></a>, <a 
href="https://github.com/quim3ra";><code>@​quim3ra</code></a>, and <a 
href="https://github.com/simonbasle";><code>@​simonbasle</code></a></p>
   <h2>v6.0.3</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Throw PessimisticLockingFailureException/CannotAcquireLockException 
instead of plain ConcurrencyFailureException <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29675";>#29675</a></li>
   <li>Introduce additional constructors in <code>MockClientHttpRequest</code> 
and <code>MockClientHttpResponse</code> <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29670";>#29670</a></li>
   <li>Fall back to JdkClientHttpConnector as ClientHttpConnector <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29645";>#29645</a></li>
   <li>Optimize object creation in 
<code>RequestMappingHandlerMapping#handleNoMatch</code> <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29634";>#29634</a></li>
   <li>Align multipart codecs on client and server <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29630";>#29630</a></li>
   <li>Deprecate &quot;application/graphql+json&quot; media type after spec 
changes <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29617";>#29617</a></li>
   <li>HTTP interface client does not call FormHttpMessageWriter when writing 
form data <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29615";>#29615</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/38206d0856d55a7c4814a3330321a6e5aa1e4aa7";><code>38206d0</code></a>
 Release v6.0.4</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/3d571e8ab504598088746711dfe78316be4bd7f2";><code>3d571e8</code></a>
 Upgrade to Micrometer 1.10.3</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c7cfdfc26c35be1b5f7e051ff162f8c8be2e43b0";><code>c7cfdfc</code></a>
 Downgrade to Mockito 4.9 for spring-beans tests</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4d27aee7cf27e264ae42f6e54518b3a5290d628e";><code>4d27aee</code></a>
 Upgrade to Checkstyle 10.6</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/63f0beb209ded20f464fb13cbba332ee2d8132eb";><code>63f0beb</code></a>
 Upgrade to Reactor 2022.0.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8dbdfb0449f5223e102c090591d38ed956722147";><code>8dbdfb0</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d5fb5d029bdc32fa00fa45660d07438a41b57206";><code>d5fb5d0</code></a>
 Polish contribution</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/3738a45658426d7caa976021f01f94c125d9e4ef";><code>3738a45</code></a>
 Avoid wasted memory on empty maps and sets</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fd3e99c7eef34ef4f333284b32c3bf41122013d7";><code>fd3e99c</code></a>
 Upgrade to JUnit 5.9.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4396801933a3882daa9f40729ec98f7e5502d9e7";><code>4396801</code></a>
 Add reflection hints for Kotlin reflection on functions</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v3.2.2.RELEASE...v6.0.4";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-test&package-manager=maven&previous-version=3.2.2.RELEASE&new-version=6.0.4)](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-unsubscr...@juddi.apache.org

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

Reply via email to