dependabot[bot] opened a new pull request, #18:
URL: https://github.com/apache/archiva-redback-components/pull/18

   Bumps 
[org.springframework:spring-core](https://github.com/spring-projects/spring-framework)
 from 4.1.4.RELEASE to 6.0.15.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.15</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Skip buffer allocation in <code>StreamUtils.copy(String)</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31631";>#31631</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li><code>&lt;replaced-method /&gt;</code> unnecessarily requires explicit 
<code>arg-type</code> since 6.0 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31828";>#31828</a></li>
   <li><code>MergedAnnotations</code> finds duplicate annotations on method in 
multi-level interface hierarchy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31824";>#31824</a></li>
   <li>Fix condition for &quot;Too many elements&quot; in 
<code>MimeTypeUtils.sortBySpecificity()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31773";>#31773</a></li>
   <li>Spring unable to decode aggregated JSON content <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31772";>#31772</a></li>
   <li>Multipart messages with empty parts are not correctly parsed in WebFlux 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31766";>#31766</a></li>
   <li>PathEditor cannot handle absolute Windows paths with forward slashes <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31727";>#31727</a></li>
   <li>TraceId is missing in WebFlux controller handlers <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31716";>#31716</a></li>
   <li>Wrong observation status tag when a Not Found in a webflux application 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31715";>#31715</a></li>
   <li>Fail to register MBean with bean name containing invalid character <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31708";>#31708</a></li>
   <li>Include Hibernate's <code>Query.scroll()</code> in 
<code>SharedEntityManagerCreator</code>'s <code>queryTerminatingMethods</code> 
set <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31683";>#31683</a></li>
   <li>TypeDescriptor does not check generics in <code>equals</code> method 
(for ConversionService caching) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31673";>#31673</a></li>
   <li>SpEL expression on a reloadable type can no longer be resolved <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31670";>#31670</a></li>
   <li>Slow SpEL performance due to method sorting in ReflectiveMethodResolver 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31664";>#31664</a></li>
   <li>Jackson encoder releases resources in wrong order <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31656";>#31656</a></li>
   <li>Current Observation.Context missing from WebClient request <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31646";>#31646</a></li>
   <li>WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler 
since 5.3.2 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31641";>#31641</a></li>
   <li><code>&lt;jee:local-slsb&gt;</code> no longer works with a 
<code>business-interface</code> attribute <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31630";>#31630</a></li>
   <li>GeneratedFiles#addSourceFile should not allow to add a source in the 
default package <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31629";>#31629</a></li>
   <li><code>PathResourceResolver.getResource()</code> does not log warning if 
<code>Resource#getURL()</code> throws exception <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31624";>#31624</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document explicit <code>@ModelAttribute</code> is required for 
reflection hints inference <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31767";>#31767</a></li>
   <li>Documentation needs to be updated with instructions for STOMP Client <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31678";>#31678</a></li>
   <li>Improve STOMP WebSocket documentation for input message buffer size <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31654";>#31654</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2022.0.14 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31815";>#31815</a></li>
   </ul>
   <h2>v6.0.14</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Provide caching for HandlerMappingIntrospector lookups <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31588";>#31588</a></li>
   <li><code>Log4jLog</code> needs to re-resolve <code>ExtendedLogger</code> on 
deserialization (for compatibility with Log4J 2.21) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31582";>#31582</a></li>
   <li>Optimize <code>StandardTypeLocator</code> for hotspot when the same 
classes are resolved <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31579";>#31579</a></li>
   <li>Add duplicate key exception error code for SAP HANA database <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31554";>#31554</a></li>
   <li>Do not delegate TRACE to HttpServlet on ERROR dispatch <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31457";>#31457</a></li>
   <li>Add <code>properties</code> setter to <code>ProblemDetail</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31430";>#31430</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>GeneratedFiles#addSource does not provide proper context if the 
specified class name is invalid <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/31612";>#31612</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/f32e749dc01ba7e27974ee9b2a74dfb797c7bc8a";><code>f32e749</code></a>
 Release v6.0.15</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ccaecab500d603443bc2bb8fe515e225bc80f9f1";><code>ccaecab</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/67e03105b587a3fb3cc7b776d9e685f0837a6b68";><code>67e0310</code></a>
 Introduce test for XML replaced-method element without explicit arg-type</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/76bc9cf325cd6fcea838453bedfde17182980db0";><code>76bc9cf</code></a>
 Prepare method overrides when bean class gets resolved</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/db52c77cca58689f9305611486454f6ab56079ca";><code>db52c77</code></a>
 Minor updates in HandlerMappingIntrospector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1e742aae34e4d32a703720fa8326c6c439efb498";><code>1e742aa</code></a>
 Scan annotations on method in interface hierarchy only once</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/20dd585c9387c4c65762eee4802667256c2877ba";><code>20dd585</code></a>
 Polish MergedAnnotation tests</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/707eb701dc895327f33334aeea5edb403e6eebed";><code>707eb70</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2c97996796d724ea661d62fd7a7edef33653eb73";><code>2c97996</code></a>
 Upgrade to Reactor 2022.0.14</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/3a068b807bd923bde79db3f9587dba304eaed570";><code>3a068b8</code></a>
 Update link to stompjs library</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v4.1.4.RELEASE...v6.0.15";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-core&package-manager=maven&previous-version=4.1.4.RELEASE&new-version=6.0.15)](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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts 
page](https://github.com/apache/archiva-redback-components/network/alerts).
   
   </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...@archiva.apache.org

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

Reply via email to