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

   Bumps `spring.platformVersion` from 5.3.31 to 6.1.8.
   Updates `org.springframework:spring-core` from 5.3.31 to 6.1.8
   <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.8</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid creation of SAXParserFactory for every read operation in 
Jaxb2Marshaller and co <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32851";>#32851</a></li>
   <li>Suppress deprecation warning for AOT-generated code that refers to a 
deprecated bean type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32850";>#32850</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Overridden aspect method runs twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32865";>#32865</a></li>
   <li><code>@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)</code> cannot 
convert UTC without milliseconds to <code>java.util.Date</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32856";>#32856</a></li>
   <li>Spring AOP fails against registered <code>@Configurable</code> aspect <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32838";>#32838</a></li>
   <li>MockHttpServletRequest should not use a shared reader when no content is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32820";>#32820</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32864";>#32864</a></li>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32863";>#32863</a></li>
   <li>Refine CDS documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32843";>#32843</a></li>
   <li>Revisit validation documentation to better explain when method 
validation is invoked <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32807";>#32807</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/rwinch";><code>@​rwinch</code></a></p>
   <h2>v6.1.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ResponseEntity<!-- raw HTML omitted --> is not reliably closed with 
InputStreamResource <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32802";>#32802</a></li>
   <li>Accept ajc-compiled <code>@Aspect</code> classes for Spring AOP proxy 
usage <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32793";>#32793</a></li>
   <li>Failure to process a bean definition ahead-of-time with an instance 
supplier should provide more contextual information <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32775";>#32775</a></li>
   <li>Provide methods to unambiguously send form data with MockMvc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32757";>#32757</a></li>
   <li>Introduce NoOp implementation for ResponseErrorHandler <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32750";>#32750</a></li>
   <li>Support varargs invocations in SpEL for varargs array subtype <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32704";>#32704</a></li>
   <li>StreamUtils.copyRange overreads source stream in some cases <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32695";>#32695</a></li>
   <li>Modify error message when timeout is less than TIMEOUT_DEFAULT <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32635";>#32635</a></li>
   <li>Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients 
close the connection <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32629";>#32629</a></li>
   <li>Prevent duplicate subscription ID's in destinationCache of 
DefaultSubscriptionRegistry <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32625";>#32625</a></li>
   <li>When retrieval of a LoadTimeWeaverAware bean fails the resulting 
exception message may not indicate why it was being created <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32470";>#32470</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Do not send Cookie header in reactive JdkClientHttpRequest if no cookies 
added <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32799";>#32799</a></li>
   <li>Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32828";>#32828</a></li>
   <li>DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class 
outside of transaction <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32766";>#32766</a></li>
   <li>BindingReflectionHintsRegistrar#registerReflectionHints can be invoked 
with a null type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32753";>#32753</a></li>
   <li><code>AnnotationConfigWebApplicationContext</code> should propagate 
<code>ApplicationStartup</code> to <code>BeanFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32747";>#32747</a></li>
   <li>Ignore non-String keys in 
<code>PropertiesPropertySource.getPropertyNames()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32742";>#32742</a></li>
   <li><code>MergedAnnotations</code> search does not find container for 
repeatable annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32731";>#32731</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/f85d5bd84a7e7bc810bb5a8179fc2fc130affc89";><code>f85d5bd</code></a>
 Release v6.1.8</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/89dd247b97e1ebf24c5b76f66fa256b27b617ea8";><code>89dd247</code></a>
 Improve docs on controller method validation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39dd1e4049bd3a74140814c9d44d9c8bf8874b32";><code>39dd1e4</code></a>
 Remove outdated Javadoc links</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34f4ad3b71c78af840c794fa70c07b72e336309f";><code>34f4ad3</code></a>
 Modernize Antora Build</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ea596aa211ea17b814099a73bb5a091a9af1cadd";><code>ea596aa</code></a>
 Select most specific advice method in case of override</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/58da30cd30591eceeb1dd63a0afc54ae981ac9d5";><code>58da30c</code></a>
 Upgrade to Jetty Reactive HttpClient 4.0.4</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cd33b4e35a7a1e6683f1968456ea7df70b3cef64";><code>cd33b4e</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/20dea0dae2725fbf371ff720fceb82e99d5fdd41";><code>20dea0d</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fee17e11ba6668a5392c0db28c79d2d75be10c3d";><code>fee17e1</code></a>
 Default fallback parsing for UTC without milliseconds</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/65e1337d35cf7aa398798b8a7a8034518943940e";><code>65e1337</code></a>
 Polishing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.8";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 5.3.31 to 6.1.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-context's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.8</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid creation of SAXParserFactory for every read operation in 
Jaxb2Marshaller and co <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32851";>#32851</a></li>
   <li>Suppress deprecation warning for AOT-generated code that refers to a 
deprecated bean type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32850";>#32850</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Overridden aspect method runs twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32865";>#32865</a></li>
   <li><code>@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)</code> cannot 
convert UTC without milliseconds to <code>java.util.Date</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32856";>#32856</a></li>
   <li>Spring AOP fails against registered <code>@Configurable</code> aspect <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32838";>#32838</a></li>
   <li>MockHttpServletRequest should not use a shared reader when no content is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32820";>#32820</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32864";>#32864</a></li>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32863";>#32863</a></li>
   <li>Refine CDS documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32843";>#32843</a></li>
   <li>Revisit validation documentation to better explain when method 
validation is invoked <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32807";>#32807</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/rwinch";><code>@​rwinch</code></a></p>
   <h2>v6.1.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ResponseEntity<!-- raw HTML omitted --> is not reliably closed with 
InputStreamResource <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32802";>#32802</a></li>
   <li>Accept ajc-compiled <code>@Aspect</code> classes for Spring AOP proxy 
usage <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32793";>#32793</a></li>
   <li>Failure to process a bean definition ahead-of-time with an instance 
supplier should provide more contextual information <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32775";>#32775</a></li>
   <li>Provide methods to unambiguously send form data with MockMvc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32757";>#32757</a></li>
   <li>Introduce NoOp implementation for ResponseErrorHandler <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32750";>#32750</a></li>
   <li>Support varargs invocations in SpEL for varargs array subtype <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32704";>#32704</a></li>
   <li>StreamUtils.copyRange overreads source stream in some cases <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32695";>#32695</a></li>
   <li>Modify error message when timeout is less than TIMEOUT_DEFAULT <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32635";>#32635</a></li>
   <li>Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients 
close the connection <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32629";>#32629</a></li>
   <li>Prevent duplicate subscription ID's in destinationCache of 
DefaultSubscriptionRegistry <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32625";>#32625</a></li>
   <li>When retrieval of a LoadTimeWeaverAware bean fails the resulting 
exception message may not indicate why it was being created <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32470";>#32470</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Do not send Cookie header in reactive JdkClientHttpRequest if no cookies 
added <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32799";>#32799</a></li>
   <li>Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32828";>#32828</a></li>
   <li>DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class 
outside of transaction <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32766";>#32766</a></li>
   <li>BindingReflectionHintsRegistrar#registerReflectionHints can be invoked 
with a null type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32753";>#32753</a></li>
   <li><code>AnnotationConfigWebApplicationContext</code> should propagate 
<code>ApplicationStartup</code> to <code>BeanFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32747";>#32747</a></li>
   <li>Ignore non-String keys in 
<code>PropertiesPropertySource.getPropertyNames()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32742";>#32742</a></li>
   <li><code>MergedAnnotations</code> search does not find container for 
repeatable annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32731";>#32731</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/f85d5bd84a7e7bc810bb5a8179fc2fc130affc89";><code>f85d5bd</code></a>
 Release v6.1.8</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/89dd247b97e1ebf24c5b76f66fa256b27b617ea8";><code>89dd247</code></a>
 Improve docs on controller method validation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39dd1e4049bd3a74140814c9d44d9c8bf8874b32";><code>39dd1e4</code></a>
 Remove outdated Javadoc links</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34f4ad3b71c78af840c794fa70c07b72e336309f";><code>34f4ad3</code></a>
 Modernize Antora Build</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ea596aa211ea17b814099a73bb5a091a9af1cadd";><code>ea596aa</code></a>
 Select most specific advice method in case of override</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/58da30cd30591eceeb1dd63a0afc54ae981ac9d5";><code>58da30c</code></a>
 Upgrade to Jetty Reactive HttpClient 4.0.4</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cd33b4e35a7a1e6683f1968456ea7df70b3cef64";><code>cd33b4e</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/20dea0dae2725fbf371ff720fceb82e99d5fdd41";><code>20dea0d</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fee17e11ba6668a5392c0db28c79d2d75be10c3d";><code>fee17e1</code></a>
 Default fallback parsing for UTC without milliseconds</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/65e1337d35cf7aa398798b8a7a8034518943940e";><code>65e1337</code></a>
 Polishing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.8";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-aop` from 5.3.31 to 6.1.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-aop's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.8</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid creation of SAXParserFactory for every read operation in 
Jaxb2Marshaller and co <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32851";>#32851</a></li>
   <li>Suppress deprecation warning for AOT-generated code that refers to a 
deprecated bean type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32850";>#32850</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Overridden aspect method runs twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32865";>#32865</a></li>
   <li><code>@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)</code> cannot 
convert UTC without milliseconds to <code>java.util.Date</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32856";>#32856</a></li>
   <li>Spring AOP fails against registered <code>@Configurable</code> aspect <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32838";>#32838</a></li>
   <li>MockHttpServletRequest should not use a shared reader when no content is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32820";>#32820</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32864";>#32864</a></li>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32863";>#32863</a></li>
   <li>Refine CDS documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32843";>#32843</a></li>
   <li>Revisit validation documentation to better explain when method 
validation is invoked <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32807";>#32807</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/rwinch";><code>@​rwinch</code></a></p>
   <h2>v6.1.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ResponseEntity<!-- raw HTML omitted --> is not reliably closed with 
InputStreamResource <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32802";>#32802</a></li>
   <li>Accept ajc-compiled <code>@Aspect</code> classes for Spring AOP proxy 
usage <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32793";>#32793</a></li>
   <li>Failure to process a bean definition ahead-of-time with an instance 
supplier should provide more contextual information <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32775";>#32775</a></li>
   <li>Provide methods to unambiguously send form data with MockMvc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32757";>#32757</a></li>
   <li>Introduce NoOp implementation for ResponseErrorHandler <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32750";>#32750</a></li>
   <li>Support varargs invocations in SpEL for varargs array subtype <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32704";>#32704</a></li>
   <li>StreamUtils.copyRange overreads source stream in some cases <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32695";>#32695</a></li>
   <li>Modify error message when timeout is less than TIMEOUT_DEFAULT <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32635";>#32635</a></li>
   <li>Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients 
close the connection <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32629";>#32629</a></li>
   <li>Prevent duplicate subscription ID's in destinationCache of 
DefaultSubscriptionRegistry <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32625";>#32625</a></li>
   <li>When retrieval of a LoadTimeWeaverAware bean fails the resulting 
exception message may not indicate why it was being created <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32470";>#32470</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Do not send Cookie header in reactive JdkClientHttpRequest if no cookies 
added <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32799";>#32799</a></li>
   <li>Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32828";>#32828</a></li>
   <li>DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class 
outside of transaction <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32766";>#32766</a></li>
   <li>BindingReflectionHintsRegistrar#registerReflectionHints can be invoked 
with a null type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32753";>#32753</a></li>
   <li><code>AnnotationConfigWebApplicationContext</code> should propagate 
<code>ApplicationStartup</code> to <code>BeanFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32747";>#32747</a></li>
   <li>Ignore non-String keys in 
<code>PropertiesPropertySource.getPropertyNames()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32742";>#32742</a></li>
   <li><code>MergedAnnotations</code> search does not find container for 
repeatable annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32731";>#32731</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/f85d5bd84a7e7bc810bb5a8179fc2fc130affc89";><code>f85d5bd</code></a>
 Release v6.1.8</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/89dd247b97e1ebf24c5b76f66fa256b27b617ea8";><code>89dd247</code></a>
 Improve docs on controller method validation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39dd1e4049bd3a74140814c9d44d9c8bf8874b32";><code>39dd1e4</code></a>
 Remove outdated Javadoc links</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34f4ad3b71c78af840c794fa70c07b72e336309f";><code>34f4ad3</code></a>
 Modernize Antora Build</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ea596aa211ea17b814099a73bb5a091a9af1cadd";><code>ea596aa</code></a>
 Select most specific advice method in case of override</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/58da30cd30591eceeb1dd63a0afc54ae981ac9d5";><code>58da30c</code></a>
 Upgrade to Jetty Reactive HttpClient 4.0.4</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cd33b4e35a7a1e6683f1968456ea7df70b3cef64";><code>cd33b4e</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/20dea0dae2725fbf371ff720fceb82e99d5fdd41";><code>20dea0d</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fee17e11ba6668a5392c0db28c79d2d75be10c3d";><code>fee17e1</code></a>
 Default fallback parsing for UTC without milliseconds</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/65e1337d35cf7aa398798b8a7a8034518943940e";><code>65e1337</code></a>
 Polishing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.8";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-aspects` from 5.3.31 to 6.1.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-aspects's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.8</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid creation of SAXParserFactory for every read operation in 
Jaxb2Marshaller and co <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32851";>#32851</a></li>
   <li>Suppress deprecation warning for AOT-generated code that refers to a 
deprecated bean type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32850";>#32850</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Overridden aspect method runs twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32865";>#32865</a></li>
   <li><code>@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)</code> cannot 
convert UTC without milliseconds to <code>java.util.Date</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32856";>#32856</a></li>
   <li>Spring AOP fails against registered <code>@Configurable</code> aspect <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32838";>#32838</a></li>
   <li>MockHttpServletRequest should not use a shared reader when no content is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32820";>#32820</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32864";>#32864</a></li>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32863";>#32863</a></li>
   <li>Refine CDS documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32843";>#32843</a></li>
   <li>Revisit validation documentation to better explain when method 
validation is invoked <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32807";>#32807</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/rwinch";><code>@​rwinch</code></a></p>
   <h2>v6.1.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ResponseEntity<!-- raw HTML omitted --> is not reliably closed with 
InputStreamResource <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32802";>#32802</a></li>
   <li>Accept ajc-compiled <code>@Aspect</code> classes for Spring AOP proxy 
usage <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32793";>#32793</a></li>
   <li>Failure to process a bean definition ahead-of-time with an instance 
supplier should provide more contextual information <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32775";>#32775</a></li>
   <li>Provide methods to unambiguously send form data with MockMvc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32757";>#32757</a></li>
   <li>Introduce NoOp implementation for ResponseErrorHandler <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32750";>#32750</a></li>
   <li>Support varargs invocations in SpEL for varargs array subtype <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32704";>#32704</a></li>
   <li>StreamUtils.copyRange overreads source stream in some cases <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32695";>#32695</a></li>
   <li>Modify error message when timeout is less than TIMEOUT_DEFAULT <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32635";>#32635</a></li>
   <li>Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients 
close the connection <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32629";>#32629</a></li>
   <li>Prevent duplicate subscription ID's in destinationCache of 
DefaultSubscriptionRegistry <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32625";>#32625</a></li>
   <li>When retrieval of a LoadTimeWeaverAware bean fails the resulting 
exception message may not indicate why it was being created <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32470";>#32470</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Do not send Cookie header in reactive JdkClientHttpRequest if no cookies 
added <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32799";>#32799</a></li>
   <li>Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32828";>#32828</a></li>
   <li>DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class 
outside of transaction <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32766";>#32766</a></li>
   <li>BindingReflectionHintsRegistrar#registerReflectionHints can be invoked 
with a null type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32753";>#32753</a></li>
   <li><code>AnnotationConfigWebApplicationContext</code> should propagate 
<code>ApplicationStartup</code> to <code>BeanFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32747";>#32747</a></li>
   <li>Ignore non-String keys in 
<code>PropertiesPropertySource.getPropertyNames()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32742";>#32742</a></li>
   <li><code>MergedAnnotations</code> search does not find container for 
repeatable annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32731";>#32731</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/f85d5bd84a7e7bc810bb5a8179fc2fc130affc89";><code>f85d5bd</code></a>
 Release v6.1.8</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/89dd247b97e1ebf24c5b76f66fa256b27b617ea8";><code>89dd247</code></a>
 Improve docs on controller method validation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39dd1e4049bd3a74140814c9d44d9c8bf8874b32";><code>39dd1e4</code></a>
 Remove outdated Javadoc links</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34f4ad3b71c78af840c794fa70c07b72e336309f";><code>34f4ad3</code></a>
 Modernize Antora Build</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ea596aa211ea17b814099a73bb5a091a9af1cadd";><code>ea596aa</code></a>
 Select most specific advice method in case of override</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/58da30cd30591eceeb1dd63a0afc54ae981ac9d5";><code>58da30c</code></a>
 Upgrade to Jetty Reactive HttpClient 4.0.4</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cd33b4e35a7a1e6683f1968456ea7df70b3cef64";><code>cd33b4e</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/20dea0dae2725fbf371ff720fceb82e99d5fdd41";><code>20dea0d</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fee17e11ba6668a5392c0db28c79d2d75be10c3d";><code>fee17e1</code></a>
 Default fallback parsing for UTC without milliseconds</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/65e1337d35cf7aa398798b8a7a8034518943940e";><code>65e1337</code></a>
 Polishing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.8";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-beans` from 5.3.31 to 6.1.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-beans's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.8</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid creation of SAXParserFactory for every read operation in 
Jaxb2Marshaller and co <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32851";>#32851</a></li>
   <li>Suppress deprecation warning for AOT-generated code that refers to a 
deprecated bean type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32850";>#32850</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Overridden aspect method runs twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32865";>#32865</a></li>
   <li><code>@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)</code> cannot 
convert UTC without milliseconds to <code>java.util.Date</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32856";>#32856</a></li>
   <li>Spring AOP fails against registered <code>@Configurable</code> aspect <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32838";>#32838</a></li>
   <li>MockHttpServletRequest should not use a shared reader when no content is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32820";>#32820</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32864";>#32864</a></li>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32863";>#32863</a></li>
   <li>Refine CDS documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32843";>#32843</a></li>
   <li>Revisit validation documentation to better explain when method 
validation is invoked <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32807";>#32807</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/rwinch";><code>@​rwinch</code></a></p>
   <h2>v6.1.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ResponseEntity<!-- raw HTML omitted --> is not reliably closed with 
InputStreamResource <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32802";>#32802</a></li>
   <li>Accept ajc-compiled <code>@Aspect</code> classes for Spring AOP proxy 
usage <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32793";>#32793</a></li>
   <li>Failure to process a bean definition ahead-of-time with an instance 
supplier should provide more contextual information <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32775";>#32775</a></li>
   <li>Provide methods to unambiguously send form data with MockMvc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32757";>#32757</a></li>
   <li>Introduce NoOp implementation for ResponseErrorHandler <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32750";>#32750</a></li>
   <li>Support varargs invocations in SpEL for varargs array subtype <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32704";>#32704</a></li>
   <li>StreamUtils.copyRange overreads source stream in some cases <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32695";>#32695</a></li>
   <li>Modify error message when timeout is less than TIMEOUT_DEFAULT <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32635";>#32635</a></li>
   <li>Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients 
close the connection <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32629";>#32629</a></li>
   <li>Prevent duplicate subscription ID's in destinationCache of 
DefaultSubscriptionRegistry <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32625";>#32625</a></li>
   <li>When retrieval of a LoadTimeWeaverAware bean fails the resulting 
exception message may not indicate why it was being created <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32470";>#32470</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Do not send Cookie header in reactive JdkClientHttpRequest if no cookies 
added <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32799";>#32799</a></li>
   <li>Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32828";>#32828</a></li>
   <li>DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class 
outside of transaction <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32766";>#32766</a></li>
   <li>BindingReflectionHintsRegistrar#registerReflectionHints can be invoked 
with a null type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32753";>#32753</a></li>
   <li><code>AnnotationConfigWebApplicationContext</code> should propagate 
<code>ApplicationStartup</code> to <code>BeanFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32747";>#32747</a></li>
   <li>Ignore non-String keys in 
<code>PropertiesPropertySource.getPropertyNames()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32742";>#32742</a></li>
   <li><code>MergedAnnotations</code> search does not find container for 
repeatable annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32731";>#32731</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/f85d5bd84a7e7bc810bb5a8179fc2fc130affc89";><code>f85d5bd</code></a>
 Release v6.1.8</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/89dd247b97e1ebf24c5b76f66fa256b27b617ea8";><code>89dd247</code></a>
 Improve docs on controller method validation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39dd1e4049bd3a74140814c9d44d9c8bf8874b32";><code>39dd1e4</code></a>
 Remove outdated Javadoc links</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34f4ad3b71c78af840c794fa70c07b72e336309f";><code>34f4ad3</code></a>
 Modernize Antora Build</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ea596aa211ea17b814099a73bb5a091a9af1cadd";><code>ea596aa</code></a>
 Select most specific advice method in case of override</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/58da30cd30591eceeb1dd63a0afc54ae981ac9d5";><code>58da30c</code></a>
 Upgrade to Jetty Reactive HttpClient 4.0.4</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cd33b4e35a7a1e6683f1968456ea7df70b3cef64";><code>cd33b4e</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/20dea0dae2725fbf371ff720fceb82e99d5fdd41";><code>20dea0d</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fee17e11ba6668a5392c0db28c79d2d75be10c3d";><code>fee17e1</code></a>
 Default fallback parsing for UTC without milliseconds</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/65e1337d35cf7aa398798b8a7a8034518943940e";><code>65e1337</code></a>
 Polishing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.8";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-test` from 5.3.31 to 6.1.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-test's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.8</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid creation of SAXParserFactory for every read operation in 
Jaxb2Marshaller and co <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32851";>#32851</a></li>
   <li>Suppress deprecation warning for AOT-generated code that refers to a 
deprecated bean type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32850";>#32850</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Overridden aspect method runs twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32865";>#32865</a></li>
   <li><code>@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)</code> cannot 
convert UTC without milliseconds to <code>java.util.Date</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32856";>#32856</a></li>
   <li>Spring AOP fails against registered <code>@Configurable</code> aspect <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32838";>#32838</a></li>
   <li>MockHttpServletRequest should not use a shared reader when no content is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32820";>#32820</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32864";>#32864</a></li>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32863";>#32863</a></li>
   <li>Refine CDS documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32843";>#32843</a></li>
   <li>Revisit validation documentation to better explain when method 
validation is invoked <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32807";>#32807</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/rwinch";><code>@​rwinch</code></a></p>
   <h2>v6.1.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ResponseEntity<!-- raw HTML omitted --> is not reliably closed with 
InputStreamResource <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32802";>#32802</a></li>
   <li>Accept ajc-compiled <code>@Aspect</code> classes for Spring AOP proxy 
usage <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32793";>#32793</a></li>
   <li>Failure to process a bean definition ahead-of-time with an instance 
supplier should provide more contextual information <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32775";>#32775</a></li>
   <li>Provide methods to unambiguously send form data with MockMvc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32757";>#32757</a></li>
   <li>Introduce NoOp implementation for ResponseErrorHandler <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32750";>#32750</a></li>
   <li>Support varargs invocations in SpEL for varargs array subtype <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32704";>#32704</a></li>
   <li>StreamUtils.copyRange overreads source stream in some cases <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32695";>#32695</a></li>
   <li>Modify error message when timeout is less than TIMEOUT_DEFAULT <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32635";>#32635</a></li>
   <li>Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients 
close the connection <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32629";>#32629</a></li>
   <li>Prevent duplicate subscription ID's in destinationCache of 
DefaultSubscriptionRegistry <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32625";>#32625</a></li>
   <li>When retrieval of a LoadTimeWeaverAware bean fails the resulting 
exception message may not indicate why it was being created <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32470";>#32470</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Do not send Cookie header in reactive JdkClientHttpRequest if no cookies 
added <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32799";>#32799</a></li>
   <li>Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32828";>#32828</a></li>
   <li>DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class 
outside of transaction <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32766";>#32766</a></li>
   <li>BindingReflectionHintsRegistrar#registerReflectionHints can be invoked 
with a null type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32753";>#32753</a></li>
   <li><code>AnnotationConfigWebApplicationContext</code> should propagate 
<code>ApplicationStartup</code> to <code>BeanFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32747";>#32747</a></li>
   <li>Ignore non-String keys in 
<code>PropertiesPropertySource.getPropertyNames()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32742";>#32742</a></li>
   <li><code>MergedAnnotations</code> search does not find container for 
repeatable annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32731";>#32731</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/f85d5bd84a7e7bc810bb5a8179fc2fc130affc89";><code>f85d5bd</code></a>
 Release v6.1.8</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/89dd247b97e1ebf24c5b76f66fa256b27b617ea8";><code>89dd247</code></a>
 Improve docs on controller method validation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39dd1e4049bd3a74140814c9d44d9c8bf8874b32";><code>39dd1e4</code></a>
 Remove outdated Javadoc links</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34f4ad3b71c78af840c794fa70c07b72e336309f";><code>34f4ad3</code></a>
 Modernize Antora Build</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ea596aa211ea17b814099a73bb5a091a9af1cadd";><code>ea596aa</code></a>
 Select most specific advice method in case of override</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/58da30cd30591eceeb1dd63a0afc54ae981ac9d5";><code>58da30c</code></a>
 Upgrade to Jetty Reactive HttpClient 4.0.4</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cd33b4e35a7a1e6683f1968456ea7df70b3cef64";><code>cd33b4e</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/20dea0dae2725fbf371ff720fceb82e99d5fdd41";><code>20dea0d</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fee17e11ba6668a5392c0db28c79d2d75be10c3d";><code>fee17e1</code></a>
 Default fallback parsing for UTC without milliseconds</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/65e1337d35cf7aa398798b8a7a8034518943940e";><code>65e1337</code></a>
 Polishing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.8";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context-support` from 5.3.31 to 6.1.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-context-support's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.8</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid creation of SAXParserFactory for every read operation in 
Jaxb2Marshaller and co <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32851";>#32851</a></li>
   <li>Suppress deprecation warning for AOT-generated code that refers to a 
deprecated bean type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32850";>#32850</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Overridden aspect method runs twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32865";>#32865</a></li>
   <li><code>@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)</code> cannot 
convert UTC without milliseconds to <code>java.util.Date</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32856";>#32856</a></li>
   <li>Spring AOP fails against registered <code>@Configurable</code> aspect <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32838";>#32838</a></li>
   <li>MockHttpServletRequest should not use a shared reader when no content is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32820";>#32820</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32864";>#32864</a></li>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32863";>#32863</a></li>
   <li>Refine CDS documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32843";>#32843</a></li>
   <li>Revisit validation documentation to better explain when method 
validation is invoked <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32807";>#32807</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/rwinch";><code>@​rwinch</code></a></p>
   <h2>v6.1.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ResponseEntity<!-- raw HTML omitted --> is not reliably closed with 
InputStreamResource <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32802";>#32802</a></li>
   <li>Accept ajc-compiled <code>@Aspect</code> classes for Spring AOP proxy 
usage <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32793";>#32793</a></li>
   <li>Failure to process a bean definition ahead-of-time with an instance 
supplier should provide more contextual information <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32775";>#32775</a></li>
   <li>Provide methods to unambiguously send form data with MockMvc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32757";>#32757</a></li>
   <li>Introduce NoOp implementation for ResponseErrorHandler <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32750";>#32750</a></li>
   <li>Support varargs invocations in SpEL for varargs array subtype <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32704";>#32704</a></li>
   <li>StreamUtils.copyRange overreads source stream in some cases <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32695";>#32695</a></li>
   <li>Modify error message when timeout is less than TIMEOUT_DEFAULT <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32635";>#32635</a></li>
   <li>Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients 
close the connection <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32629";>#32629</a></li>
   <li>Prevent duplicate subscription ID's in destinationCache of 
DefaultSubscriptionRegistry <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32625";>#32625</a></li>
   <li>When retrieval of a LoadTimeWeaverAware bean fails the resulting 
exception message may not indicate why it was being created <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32470";>#32470</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Do not send Cookie header in reactive JdkClientHttpRequest if no cookies 
added <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32799";>#32799</a></li>
   <li>Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32828";>#32828</a></li>
   <li>DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class 
outside of transaction <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32766";>#32766</a></li>
   <li>BindingReflectionHintsRegistrar#registerReflectionHints can be invoked 
with a null type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32753";>#32753</a></li>
   <li><code>AnnotationConfigWebApplicationContext</code> should propagate 
<code>ApplicationStartup</code> to <code>BeanFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32747";>#32747</a></li>
   <li>Ignore non-String keys in 
<code>PropertiesPropertySource.getPropertyNames()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32742";>#32742</a></li>
   <li><code>MergedAnnotations</code> search does not find container for 
repeatable annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32731";>#32731</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/f85d5bd84a7e7bc810bb5a8179fc2fc130affc89";><code>f85d5bd</code></a>
 Release v6.1.8</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/89dd247b97e1ebf24c5b76f66fa256b27b617ea8";><code>89dd247</code></a>
 Improve docs on controller method validation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39dd1e4049bd3a74140814c9d44d9c8bf8874b32";><code>39dd1e4</code></a>
 Remove outdated Javadoc links</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34f4ad3b71c78af840c794fa70c07b72e336309f";><code>34f4ad3</code></a>
 Modernize Antora Build</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ea596aa211ea17b814099a73bb5a091a9af1cadd";><code>ea596aa</code></a>
 Select most specific advice method in case of override</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/58da30cd30591eceeb1dd63a0afc54ae981ac9d5";><code>58da30c</code></a>
 Upgrade to Jetty Reactive HttpClient 4.0.4</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cd33b4e35a7a1e6683f1968456ea7df70b3cef64";><code>cd33b4e</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/20dea0dae2725fbf371ff720fceb82e99d5fdd41";><code>20dea0d</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fee17e11ba6668a5392c0db28c79d2d75be10c3d";><code>fee17e1</code></a>
 Default fallback parsing for UTC without milliseconds</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/65e1337d35cf7aa398798b8a7a8034518943940e";><code>65e1337</code></a>
 Polishing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.8";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-web` from 5.3.31 to 6.1.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-web's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.8</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid creation of SAXParserFactory for every read operation in 
Jaxb2Marshaller and co <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32851";>#32851</a></li>
   <li>Suppress deprecation warning for AOT-generated code that refers to a 
deprecated bean type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32850";>#32850</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Overridden aspect method runs twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32865";>#32865</a></li>
   <li><code>@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)</code> cannot 
convert UTC without milliseconds to <code>java.util.Date</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32856";>#32856</a></li>
   <li>Spring AOP fails against registered <code>@Configurable</code> aspect <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32838";>#32838</a></li>
   <li>MockHttpServletRequest should not use a shared reader when no content is 
available <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32820";>#32820</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32864";>#32864</a></li>
   <li>Modernize Antora Build <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32863";>#32863</a></li>
   <li>Refine CDS documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32843";>#32843</a></li>
   <li>Revisit validation documentation to better explain when method 
validation is invoked <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32807";>#32807</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/rwinch";><code>@​rwinch</code></a></p>
   <h2>v6.1.7</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ResponseEntity<!-- raw HTML omitted --> is not reliably closed with 
InputStreamResource <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32802";>#32802</a></li>
   <li>Accept ajc-compiled <code>@Aspect</code> classes for Spring AOP proxy 
usage <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32793";>#32793</a></li>
   <li>Failure to process a bean definition ahead-of-time with an instance 
supplier should provide more contextual information <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32775";>#32775</a></li>
   <li>Provide methods to unambiguously send form data with MockMvc <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32757";>#32757</a></li>
   <li>Introduce NoOp implementation for ResponseErrorHandler <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32750";>#32750</a></li>
   <li>Support varargs invocations in SpEL for varargs array subtype <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32704";>#32704</a></li>
   <li>StreamUtils.copyRange overreads source stream in some cases <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32695";>#32695</a></li>
   <li>Modify error message when timeout is less than TIMEOUT_DEFAULT <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32635";>#32635</a></li>
   <li>Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients 
close the connection <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32629";>#32629</a></li>
   <li>Prevent duplicate subscription ID's in destinationCache of 
DefaultSubscriptionRegistry <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32625";>#32625</a></li>
   <li>When retrieval of a LoadTimeWeaverAware bean fails the resulting 
exception message may not indicate why it was being created <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32470";>#32470</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Do not send Cookie header in reactive JdkClientHttpRequest if no cookies 
added <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32799";>#32799</a></li>
   <li>Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32828";>#32828</a></li>
   <li>DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class 
outside of transaction <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32766";>#32766</a></li>
   <li>BindingReflectionHintsRegistrar#registerReflectionHints can be invoked 
with a null type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32753";>#32753</a></li>
   <li><code>AnnotationConfigWebApplicationContext</code> should propagate 
<code>ApplicationStartup</code> to <code>BeanFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32747";>#32747</a></li>
   <li>Ignore non-String keys in 
<code>PropertiesPropertySource.getPropertyNames()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32742";>#32742</a></li>
   <li><code>MergedAnnotations</code> search does not find container for 
repeatable annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32731";>#32731</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/f85d5bd84a7e7bc810bb5a8179fc2fc130affc89";><code>f85d5bd</code></a>
 Release v6.1.8</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/89dd247b97e1ebf24c5b76f66fa256b27b617ea8";><code>89dd247</code></a>
 Improve docs on controller method validation</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39dd1e4049bd3a74140814c9d44d9c8bf8874b32";><code>39dd1e4</code></a>
 Remove outdated Javadoc links</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/34f4ad3b71c78af840c794fa70c07b72e336309f";><code>34f4ad3</code></a>
 Modernize Antora Build</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ea596aa211ea17b814099a73bb5a091a9af1cadd";><code>ea596aa</code></a>
 Select most specific advice method in case of override</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/58da30cd30591eceeb1dd63a0afc54ae981ac9d5";><code>58da30c</code></a>
 Upgrade to Jetty Reactive HttpClient 4.0.4</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/cd33b4e35a7a1e6683f1968456ea7df70b3cef64";><code>cd33b4e</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/20dea0dae2725fbf371ff720fceb82e99d5fdd41";><code>20dea0d</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fee17e11ba6668a5392c0db28c79d2d75be10c3d";><code>fee17e1</code></a>
 Default fallback parsing for UTC without milliseconds</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/65e1337d35cf7aa398798b8a7a8034518943940e";><code>65e1337</code></a>
 Polishing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.31...v6.1.8";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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]

Reply via email to