dependabot[bot] opened a new pull request, #401: URL: https://github.com/apache/maven-indexer/pull/401
Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 5.3.31 to 6.1.14. <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.1.14</h2> <h2>:star: New Features</h2> <ul> <li>Use Locale.ROOT for locale neutral, case insensitive comparisons <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33708">#33708</a></li> <li>Improve checks for relative paths in static resource handling <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33689">#33689</a></li> <li>CorsUtils.isCorsRequest throws unhandled IllegalArgumentException and returns 500 Internal Server Error on malfomed Origin header <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33682">#33682</a></li> <li>Skip processing of Java annotations in <code>QualifierAnnotationAutowireCandidateResolver</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33580">#33580</a></li> <li>Include argument name in <code>MethodArgumentTypeMismatchException</code> error message <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33573">#33573</a></li> <li>Preserve coroutine context in WebClientExtensions <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33548">#33548</a></li> <li>Blocking call detected in ConcurrentReferenceHashMap by BlockHound <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33450">#33450</a></li> <li>Warning message about bean post-processing and eager injection may suggest the wrong cause <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33184">#33184</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>DelegatingFilterProxy Causes Pinned Virtual Threads <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33656">#33656</a></li> <li>Potential NPE from <code>MethodParameter.getMethod()</code> check in <code>KotlinDelegate.hasDefaultValue()</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33609">#33609</a></li> <li>Missing native image hints for JDK proxies created by JMS connection factories <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33590">#33590</a></li> <li><code>AotTestExecutionListener</code> should not be invoked for a <code>@DisabledInAotMode</code> test class <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33589">#33589</a></li> <li>Use encoded resource path instead of input path validation in spring-webflux <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33568">#33568</a></li> <li><code>org.springframework.util.ResourceUtils#toRelativeURL</code> drops custom <code>URLStreamHandler</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33561">#33561</a></li> <li>Current observation not in scope during WebClient ExchangeFilterFunction execution <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33559">#33559</a></li> <li><code>ZoneIdEditor</code> throws wrong exception type for <code>TypeConverterSupport</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33545">#33545</a></li> <li>MimeMessageHelper addInline with ByteArrayResource fail with null filename <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33527">#33527</a></li> <li><code>@Cacheable</code> throws <code>NullPointerException</code> when <code>RuntimeException</code> is thrown inside annotated code <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33492">#33492</a></li> <li>Path variable values missing in RedirectView when PathPattern are used <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33422">#33422</a></li> <li>Reactive <code>HttpComponentsClientHttpResponse</code> ignores <code>Expires</code> cookie attribute <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33157">#33157</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Update fallback.adoc <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33721">#33721</a></li> <li>Update scheduling.adoc <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33703">#33703</a></li> <li>Fix link in testing/support-jdbc.adoc <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33686">#33686</a></li> <li>Adapt Javadoc note about log level of BeanPostProcessorChecker <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33617">#33617</a></li> <li>Reference the spring-framework-petclinic repository wich uses AspectJ <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33539">#33539</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Apache HttpClient 5.4 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33587">#33587</a></li> <li>Upgrade to Apache HttpCore Reactive 5.3 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33588">#33588</a></li> <li>Upgrade to Awaitility 4.2.2 <a href="https://redirect.github.com/spring-projects/spring-framework/pull/33604">#33604</a></li> <li>Upgrade to Micrometer 1.12.11 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33647">#33647</a></li> <li>Upgrade to Reactor 2023.0.11 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/33637">#33637</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/arey"><code>@arey</code></a>, <a href="https://github.com/asibross"><code>@asibross</code></a>, <a href="https://github.com/boulce"><code>@boulce</code></a>, <a href="https://github.com/drdpov"><code>@drdpov</code></a>, <a href="https://github.com/hosamaly"><code>@hosamaly</code></a>, <a href="https://github.com/ilya40umov"><code>@ilya40umov</code></a>, <a href="https://github.com/izeye"><code>@izeye</code></a>, and <a href="https://github.com/junhyeongkim2"><code>@junhyeongkim2</code></a></p> <h2>v6.1.13</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/ac5c8adb9830939e2329f1e16727c522a172c7c8"><code>ac5c8ad</code></a> Release v6.1.14</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/fde7116ae441c72dfbc66606ab1a3de7fc84a6f6"><code>fde7116</code></a> Consistently skip processing of plain Java annotations</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/0a645916cd78de333482cf68329864618562fb98"><code>0a64591</code></a> Add checkstyle rule for toLowerCase/toUpperCase</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/5302e7aa254751b9929bf774af7ee718c468aa79"><code>5302e7a</code></a> Update fallback.adoc</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/cad02c174359c05ad4d00cc32defa5e691ed7dcc"><code>cad02c1</code></a> Update Antora Spring UI to v0.4.17</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/c765d03a596a2481b9aa159d1bdeeda851437729"><code>c765d03</code></a> Use Locale.ROOT consistently for toLower/toUpperCase</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/11d4272ff48b4a4dabc4b28dfbff0364a4204bc9"><code>11d4272</code></a> Use Locale.ROOT consistently for toLower/toUpperCase</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/23656aebc6c7d0f9faff1080981eb4d55eff296c"><code>23656ae</code></a> Use Locale.ROOT consistently for toLower/toUpperCase</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/feb6a5f52d4d4d9ab8651af1efb3b9aa220cb4be"><code>feb6a5f</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/a228eb8bd643fb0e906c9023c61113b0327b7cfc"><code>a228eb8</code></a> Upgrade to Reactor 2023.0.11</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.14">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=5.3.31&new-version=6.1.14)](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/maven-indexer/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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org