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

   Bumps [spring-test](https://github.com/spring-projects/spring-framework) 
from 3.2.2.RELEASE to 6.0.1.
   <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.1</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Make <code>SourceHttpMessageConverter</code> optional <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29535";>#29535</a></li>
   <li>Deprecate <code>LocalVariableTableParameterNameDiscoverer</code> 
completely (avoiding its exposure in native images) <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29531";>#29531</a></li>
   <li>Make GeneratorStrategy.generate unreachable on native <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29521";>#29521</a></li>
   <li>Update <code>LogAdapter</code> to allow build-time code removal <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29506";>#29506</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Unhandled exceptions should mark Servlet observation outcome as error <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29512";>#29512</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Broken link in documentation section 6.10 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29554";>#29554</a></li>
   <li>Fix Javadoc link text in BindingResult <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29551";>#29551</a></li>
   <li>Fix some typos in Kotlin WebClient example code <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29538";>#29538</a></li>
   <li>Fix link to Bean Utils Light Library in BeanUtils Javadoc <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29534";>#29534</a></li>
   <li>Fix link to WebFlux section in reference manual <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29525";>#29525</a></li>
   <li>Document RuntimeHints testing strategies <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29523";>#29523</a></li>
   <li>Reorganize and modularize the Testing chapter in the reference manual <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29522";>#29522</a></li>
   <li>Document switch to <code>SQLExceptionSubclassTranslator</code> in the 
upgrade guide <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29518";>#29518</a></li>
   <li>Update documentation to mention Java 17+ baseline <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29514";>#29514</a></li>
   <li>Link to Spring WebFlux section is broken <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29513";>#29513</a></li>
   <li>Update javadoc of Jackson-based decoders to reflect 2.14 baseline <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29508";>#29508</a></li>
   <li>Code example has callout from a different code example <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29505";>#29505</a></li>
   <li>Code listing callouts are displayed incorrectly in core-beans.adoc <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29457";>#29457</a></li>
   <li>Fix a syntax error in an XML listing in core-validation.adoc <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29456";>#29456</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Jackson 2.14.1 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29539";>#29539</a></li>
   <li>Upgrade to Kotlin 1.7.21 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29543";>#29543</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/Encyclopedias";><code>@​Encyclopedias</code></a>, <a 
href="https://github.com/andregasser";><code>@​andregasser</code></a>, <a 
href="https://github.com/davidcostanzo";><code>@​davidcostanzo</code></a>, <a 
href="https://github.com/divcon";><code>@​divcon</code></a>, <a 
href="https://github.com/jiangying000";><code>@​jiangying000</code></a>, <a 
href="https://github.com/mdeinum";><code>@​mdeinum</code></a>, and <a 
href="https://github.com/wilkinsona";><code>@​wilkinsona</code></a></p>
   <h2>v6.0.0</h2>
   <p>See <a 
href="https://github.com/spring-projects/spring-framework/wiki/What%27s-New-in-Spring-Framework-6.x";>What's
 New in Spring Framework 6.x</a> and <a 
href="https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x";>Upgrading
 to Spring Framework 6.x</a> for upgrade instructions and details of new 
features.</p>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid direct URL construction and URL equality checks <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29486";>#29486</a></li>
   <li>Simplify creating RFC 7807 responses from functional endpoints  <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29462";>#29462</a></li>
   <li>Allow test classes to provide runtime hints via declarative mechanisms 
<a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29455";>#29455</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9d37de186ce38a24bff1132c02a4007335639c1b";><code>9d37de1</code></a>
 Release v6.0.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fe5bd6751f461532d6817610c47254e0400d25f9";><code>fe5bd67</code></a>
 Retain default LocalVariableTableParameterNameDiscoverer with warn log 
entries</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ed5ab77397e773cfce3b17d00ceb8e84b0581aab";><code>ed5ab77</code></a>
 Fix javadoc link in AOP extensibility documentation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/98c514ecbe74853660b8ea594852f084162ed4c6";><code>98c514e</code></a>
 Increase logging for spring-messaging tests</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/beb9fa2b8b1b540e538ce40a315e734bfedfd2fd";><code>beb9fa2</code></a>
 Add since attribute to Deprecated annotation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/459e8a1ea5929e05aa4ab3495b58997ed6a31b07";><code>459e8a1</code></a>
 Deprecate LocalVariableTableParameterNameDiscoverer completely</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7e52b803be07e89fea34d754cfd1728d4b60dc42";><code>7e52b80</code></a>
 Temporarily re-enable ReactorNetty2StompBrokerRelayIntegrationTests</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7fcd1de8e301dc939ad7bec8814e3f98bc901bd1";><code>7fcd1de</code></a>
 Use AssertJ's isEmpty() instead of hasSize(0)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d5b0b2b1a1fbebb46d112c48ff94baf8f2bdf9a1";><code>d5b0b2b</code></a>
 User AssertJ's hasSize() for arrays</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/36f7597f25c4924fc3a3ff2fc01d502524d14977";><code>36f7597</code></a>
 Use AssertJ's hasSize() for collections and maps</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v3.2.2.RELEASE...v6.0.1";>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.1)](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