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

   Bumps `spring.version` from 5.3.27 to 6.1.10.
   Updates `org.springframework:spring-beans` from 5.3.27 to 6.1.10
   <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.10</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Defensive <code>PersistenceExceptionTranslator</code> bean retrieval in 
<code>PersistenceExceptionTranslationInterceptor</code> on shutdown <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33067";>#33067</a></li>
   <li>Support all &quot;connection reset&quot; exception phrases in 
<code>DisconnectedClientHelper</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33064";>#33064</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Duplicate observations recorded with RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33068";>#33068</a></li>
   <li>WebFlux validation requires Servlet API since Spring Framework 6.1.3 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33043";>#33043</a></li>
   <li>No qualifying bean of type 'java.lang.String' in case of accidental 
<code>@Autowired</code> <code>@Bean</code> method with <code>@Value</code> 
parameter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33030";>#33030</a></li>
   <li>ConfigurationClassEnhancer doesn't not use correct ClassLoader when 
called multiple times <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33024";>#33024</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Typo in Annotation-driven Listener Endpoints section of Spring Framework 
documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33050";>#33050</a></li>
   <li>Container Extension Points section of Spring Framework documentation 
refer to the wrong property name <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33037";>#33037</a></li>
   <li>Fix typo in comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33036";>#33036</a></li>
   <li>Incorrect constructor details in the javadoc for ApplicationContextEvent 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33032";>#33032</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/tafjwr";><code>@​tafjwr</code></a></p>
   <h2>v6.1.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>CRaC: ignore checkpointOnRefresh afterRestore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32978";>#32978</a></li>
   <li>Add missing hints for Hibernate <code>@TenantId</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32967";>#32967</a></li>
   <li>AnnotationUtils performance degrades with deep stacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32921";>#32921</a></li>
   <li>Missing hints for Hibernate generators <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32842";>#32842</a></li>
   <li>AbstractAutoProxyCreator#determineBeanType can trigger bean 
initialization at build time for aspects implementing Ordered <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32230";>#32230</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling 
scheduled tasks on ContextClosedEvent v6.0 -&gt; v6.1 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33009";>#33009</a></li>
   <li>ContentCachingRequestWrapper  may allocate too much memory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32987";>#32987</a></li>
   <li>Support <code>canEncode()</code> for <code>JAXBElement</code> in 
<code>Jaxb2XmlEncoder</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32977";>#32977</a></li>
   <li>AspectJ CTW aspects executed twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32970";>#32970</a></li>
   <li><code>@Valid</code> annotations on container elements for handler 
argument validation not supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32964";>#32964</a></li>
   <li>Add support for double backslashes to <code>StringUtils#cleanPath</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32962";>#32962</a></li>
   <li><code>@CacheEvict</code> condition uses wrapper comparison instead of 
actual objects <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32960";>#32960</a></li>
   <li>ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause 
virtual thread pinning <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32958";>#32958</a></li>
   <li>Exception mapping does not work as expected when plugging in 
ReactorNettyClientRequestFactory into RestTemplate and RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32952";>#32952</a></li>
   <li><code>ReactorResourceFactory</code> not working with CRaC onRefresh 
checkpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32945";>#32945</a></li>
   <li>SpEL compilation fails when indexing into an array or list with an 
<code>Integer</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32908";>#32908</a></li>
   <li>SpEL compilation fails when indexing into a <code>Map</code> with a 
primitive <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32903";>#32903</a></li>
   <li>BeanUtils.copyProperties no longer copies generic type properties from a 
base class that has been enhanced <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32888";>#32888</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/5356a1b1ac983c1e121d809fb54c3cb43f640f9b";><code>5356a1b</code></a>
 Release v6.1.10</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f7307c9e077d3cdc2228c1ace456b0014ab83278";><code>f7307c9</code></a>
 Avoid recording RestClient observations twice</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/098c4b1dd73d6cfca4332de51235240aeeb56bf7";><code>098c4b1</code></a>
 Use Sonatype S01 token in release pipeline</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/65dbfd09b4f298a44dd49a45e8027507e03069b0";><code>65dbfd0</code></a>
 Defensive PersistenceExceptionTranslator bean retrieval on shutdown</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/203fa7519692a3d12a4eca73765ba6592b164fd3";><code>203fa75</code></a>
 Support all &quot;connection reset&quot; phrases in 
DisconnectedClientHelper</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9a56a8877f5de1bce2da78ea7c6a4297970e8519";><code>9a56a88</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e79a9a5bff15323545e21b812f7cea8585f8eddd";><code>e79a9a5</code></a>
 Correct and consistent event class names in constructor javadoc</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2c3c3831c179df3bf22edc6bcf6323631a32156e";><code>2c3c383</code></a>
 Consistently ignore bridge method on generated subclass for visibility 
purposes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c38e9896c7d51b35d5ff80ab498475b6190c77be";><code>c38e989</code></a>
 Remove use of ServletException in ModelFactory</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/3e0849a566aa21636d2b9471968c381442fce591";><code>3e0849a</code></a>
 Fix typo</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.1.10";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-core` from 5.3.27 to 6.1.10
   <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.10</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Defensive <code>PersistenceExceptionTranslator</code> bean retrieval in 
<code>PersistenceExceptionTranslationInterceptor</code> on shutdown <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33067";>#33067</a></li>
   <li>Support all &quot;connection reset&quot; exception phrases in 
<code>DisconnectedClientHelper</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33064";>#33064</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Duplicate observations recorded with RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33068";>#33068</a></li>
   <li>WebFlux validation requires Servlet API since Spring Framework 6.1.3 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33043";>#33043</a></li>
   <li>No qualifying bean of type 'java.lang.String' in case of accidental 
<code>@Autowired</code> <code>@Bean</code> method with <code>@Value</code> 
parameter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33030";>#33030</a></li>
   <li>ConfigurationClassEnhancer doesn't not use correct ClassLoader when 
called multiple times <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33024";>#33024</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Typo in Annotation-driven Listener Endpoints section of Spring Framework 
documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33050";>#33050</a></li>
   <li>Container Extension Points section of Spring Framework documentation 
refer to the wrong property name <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33037";>#33037</a></li>
   <li>Fix typo in comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33036";>#33036</a></li>
   <li>Incorrect constructor details in the javadoc for ApplicationContextEvent 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33032";>#33032</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/tafjwr";><code>@​tafjwr</code></a></p>
   <h2>v6.1.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>CRaC: ignore checkpointOnRefresh afterRestore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32978";>#32978</a></li>
   <li>Add missing hints for Hibernate <code>@TenantId</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32967";>#32967</a></li>
   <li>AnnotationUtils performance degrades with deep stacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32921";>#32921</a></li>
   <li>Missing hints for Hibernate generators <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32842";>#32842</a></li>
   <li>AbstractAutoProxyCreator#determineBeanType can trigger bean 
initialization at build time for aspects implementing Ordered <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32230";>#32230</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling 
scheduled tasks on ContextClosedEvent v6.0 -&gt; v6.1 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33009";>#33009</a></li>
   <li>ContentCachingRequestWrapper  may allocate too much memory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32987";>#32987</a></li>
   <li>Support <code>canEncode()</code> for <code>JAXBElement</code> in 
<code>Jaxb2XmlEncoder</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32977";>#32977</a></li>
   <li>AspectJ CTW aspects executed twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32970";>#32970</a></li>
   <li><code>@Valid</code> annotations on container elements for handler 
argument validation not supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32964";>#32964</a></li>
   <li>Add support for double backslashes to <code>StringUtils#cleanPath</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32962";>#32962</a></li>
   <li><code>@CacheEvict</code> condition uses wrapper comparison instead of 
actual objects <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32960";>#32960</a></li>
   <li>ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause 
virtual thread pinning <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32958";>#32958</a></li>
   <li>Exception mapping does not work as expected when plugging in 
ReactorNettyClientRequestFactory into RestTemplate and RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32952";>#32952</a></li>
   <li><code>ReactorResourceFactory</code> not working with CRaC onRefresh 
checkpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32945";>#32945</a></li>
   <li>SpEL compilation fails when indexing into an array or list with an 
<code>Integer</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32908";>#32908</a></li>
   <li>SpEL compilation fails when indexing into a <code>Map</code> with a 
primitive <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32903";>#32903</a></li>
   <li>BeanUtils.copyProperties no longer copies generic type properties from a 
base class that has been enhanced <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32888";>#32888</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/5356a1b1ac983c1e121d809fb54c3cb43f640f9b";><code>5356a1b</code></a>
 Release v6.1.10</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f7307c9e077d3cdc2228c1ace456b0014ab83278";><code>f7307c9</code></a>
 Avoid recording RestClient observations twice</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/098c4b1dd73d6cfca4332de51235240aeeb56bf7";><code>098c4b1</code></a>
 Use Sonatype S01 token in release pipeline</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/65dbfd09b4f298a44dd49a45e8027507e03069b0";><code>65dbfd0</code></a>
 Defensive PersistenceExceptionTranslator bean retrieval on shutdown</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/203fa7519692a3d12a4eca73765ba6592b164fd3";><code>203fa75</code></a>
 Support all &quot;connection reset&quot; phrases in 
DisconnectedClientHelper</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9a56a8877f5de1bce2da78ea7c6a4297970e8519";><code>9a56a88</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e79a9a5bff15323545e21b812f7cea8585f8eddd";><code>e79a9a5</code></a>
 Correct and consistent event class names in constructor javadoc</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2c3c3831c179df3bf22edc6bcf6323631a32156e";><code>2c3c383</code></a>
 Consistently ignore bridge method on generated subclass for visibility 
purposes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c38e9896c7d51b35d5ff80ab498475b6190c77be";><code>c38e989</code></a>
 Remove use of ServletException in ModelFactory</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/3e0849a566aa21636d2b9471968c381442fce591";><code>3e0849a</code></a>
 Fix typo</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.1.10";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 5.3.27 to 6.1.10
   <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.10</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Defensive <code>PersistenceExceptionTranslator</code> bean retrieval in 
<code>PersistenceExceptionTranslationInterceptor</code> on shutdown <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33067";>#33067</a></li>
   <li>Support all &quot;connection reset&quot; exception phrases in 
<code>DisconnectedClientHelper</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33064";>#33064</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Duplicate observations recorded with RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33068";>#33068</a></li>
   <li>WebFlux validation requires Servlet API since Spring Framework 6.1.3 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33043";>#33043</a></li>
   <li>No qualifying bean of type 'java.lang.String' in case of accidental 
<code>@Autowired</code> <code>@Bean</code> method with <code>@Value</code> 
parameter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33030";>#33030</a></li>
   <li>ConfigurationClassEnhancer doesn't not use correct ClassLoader when 
called multiple times <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33024";>#33024</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Typo in Annotation-driven Listener Endpoints section of Spring Framework 
documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33050";>#33050</a></li>
   <li>Container Extension Points section of Spring Framework documentation 
refer to the wrong property name <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33037";>#33037</a></li>
   <li>Fix typo in comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33036";>#33036</a></li>
   <li>Incorrect constructor details in the javadoc for ApplicationContextEvent 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33032";>#33032</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/tafjwr";><code>@​tafjwr</code></a></p>
   <h2>v6.1.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>CRaC: ignore checkpointOnRefresh afterRestore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32978";>#32978</a></li>
   <li>Add missing hints for Hibernate <code>@TenantId</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32967";>#32967</a></li>
   <li>AnnotationUtils performance degrades with deep stacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32921";>#32921</a></li>
   <li>Missing hints for Hibernate generators <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32842";>#32842</a></li>
   <li>AbstractAutoProxyCreator#determineBeanType can trigger bean 
initialization at build time for aspects implementing Ordered <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32230";>#32230</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling 
scheduled tasks on ContextClosedEvent v6.0 -&gt; v6.1 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33009";>#33009</a></li>
   <li>ContentCachingRequestWrapper  may allocate too much memory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32987";>#32987</a></li>
   <li>Support <code>canEncode()</code> for <code>JAXBElement</code> in 
<code>Jaxb2XmlEncoder</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32977";>#32977</a></li>
   <li>AspectJ CTW aspects executed twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32970";>#32970</a></li>
   <li><code>@Valid</code> annotations on container elements for handler 
argument validation not supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32964";>#32964</a></li>
   <li>Add support for double backslashes to <code>StringUtils#cleanPath</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32962";>#32962</a></li>
   <li><code>@CacheEvict</code> condition uses wrapper comparison instead of 
actual objects <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32960";>#32960</a></li>
   <li>ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause 
virtual thread pinning <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32958";>#32958</a></li>
   <li>Exception mapping does not work as expected when plugging in 
ReactorNettyClientRequestFactory into RestTemplate and RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32952";>#32952</a></li>
   <li><code>ReactorResourceFactory</code> not working with CRaC onRefresh 
checkpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32945";>#32945</a></li>
   <li>SpEL compilation fails when indexing into an array or list with an 
<code>Integer</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32908";>#32908</a></li>
   <li>SpEL compilation fails when indexing into a <code>Map</code> with a 
primitive <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32903";>#32903</a></li>
   <li>BeanUtils.copyProperties no longer copies generic type properties from a 
base class that has been enhanced <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32888";>#32888</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/5356a1b1ac983c1e121d809fb54c3cb43f640f9b";><code>5356a1b</code></a>
 Release v6.1.10</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f7307c9e077d3cdc2228c1ace456b0014ab83278";><code>f7307c9</code></a>
 Avoid recording RestClient observations twice</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/098c4b1dd73d6cfca4332de51235240aeeb56bf7";><code>098c4b1</code></a>
 Use Sonatype S01 token in release pipeline</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/65dbfd09b4f298a44dd49a45e8027507e03069b0";><code>65dbfd0</code></a>
 Defensive PersistenceExceptionTranslator bean retrieval on shutdown</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/203fa7519692a3d12a4eca73765ba6592b164fd3";><code>203fa75</code></a>
 Support all &quot;connection reset&quot; phrases in 
DisconnectedClientHelper</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9a56a8877f5de1bce2da78ea7c6a4297970e8519";><code>9a56a88</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e79a9a5bff15323545e21b812f7cea8585f8eddd";><code>e79a9a5</code></a>
 Correct and consistent event class names in constructor javadoc</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2c3c3831c179df3bf22edc6bcf6323631a32156e";><code>2c3c383</code></a>
 Consistently ignore bridge method on generated subclass for visibility 
purposes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c38e9896c7d51b35d5ff80ab498475b6190c77be";><code>c38e989</code></a>
 Remove use of ServletException in ModelFactory</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/3e0849a566aa21636d2b9471968c381442fce591";><code>3e0849a</code></a>
 Fix typo</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.1.10";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-jms` from 5.3.27 to 6.1.10
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-jms's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.1.10</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Defensive <code>PersistenceExceptionTranslator</code> bean retrieval in 
<code>PersistenceExceptionTranslationInterceptor</code> on shutdown <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33067";>#33067</a></li>
   <li>Support all &quot;connection reset&quot; exception phrases in 
<code>DisconnectedClientHelper</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33064";>#33064</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Duplicate observations recorded with RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33068";>#33068</a></li>
   <li>WebFlux validation requires Servlet API since Spring Framework 6.1.3 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33043";>#33043</a></li>
   <li>No qualifying bean of type 'java.lang.String' in case of accidental 
<code>@Autowired</code> <code>@Bean</code> method with <code>@Value</code> 
parameter <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33030";>#33030</a></li>
   <li>ConfigurationClassEnhancer doesn't not use correct ClassLoader when 
called multiple times <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33024";>#33024</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Typo in Annotation-driven Listener Endpoints section of Spring Framework 
documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33050";>#33050</a></li>
   <li>Container Extension Points section of Spring Framework documentation 
refer to the wrong property name <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33037";>#33037</a></li>
   <li>Fix typo in comment <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/33036";>#33036</a></li>
   <li>Incorrect constructor details in the javadoc for ApplicationContextEvent 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33032";>#33032</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/tafjwr";><code>@​tafjwr</code></a></p>
   <h2>v6.1.9</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>CRaC: ignore checkpointOnRefresh afterRestore <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32978";>#32978</a></li>
   <li>Add missing hints for Hibernate <code>@TenantId</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32967";>#32967</a></li>
   <li>AnnotationUtils performance degrades with deep stacks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32921";>#32921</a></li>
   <li>Missing hints for Hibernate generators <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32842";>#32842</a></li>
   <li>AbstractAutoProxyCreator#determineBeanType can trigger bean 
initialization at build time for aspects implementing Ordered <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32230";>#32230</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Behaviour change in ScheduledAnnotationBeanPostProcessor: canceling 
scheduled tasks on ContextClosedEvent v6.0 -&gt; v6.1 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/33009";>#33009</a></li>
   <li>ContentCachingRequestWrapper  may allocate too much memory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32987";>#32987</a></li>
   <li>Support <code>canEncode()</code> for <code>JAXBElement</code> in 
<code>Jaxb2XmlEncoder</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32977";>#32977</a></li>
   <li>AspectJ CTW aspects executed twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32970";>#32970</a></li>
   <li><code>@Valid</code> annotations on container elements for handler 
argument validation not supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32964";>#32964</a></li>
   <li>Add support for double backslashes to <code>StringUtils#cleanPath</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32962";>#32962</a></li>
   <li><code>@CacheEvict</code> condition uses wrapper comparison instead of 
actual objects <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32960";>#32960</a></li>
   <li>ConcurrentHashMap.computeIfAbsent used in AdvisedSupport can cause 
virtual thread pinning <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32958";>#32958</a></li>
   <li>Exception mapping does not work as expected when plugging in 
ReactorNettyClientRequestFactory into RestTemplate and RestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32952";>#32952</a></li>
   <li><code>ReactorResourceFactory</code> not working with CRaC onRefresh 
checkpoint <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32945";>#32945</a></li>
   <li>SpEL compilation fails when indexing into an array or list with an 
<code>Integer</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32908";>#32908</a></li>
   <li>SpEL compilation fails when indexing into a <code>Map</code> with a 
primitive <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32903";>#32903</a></li>
   <li>BeanUtils.copyProperties no longer copies generic type properties from a 
base class that has been enhanced <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32888";>#32888</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/5356a1b1ac983c1e121d809fb54c3cb43f640f9b";><code>5356a1b</code></a>
 Release v6.1.10</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f7307c9e077d3cdc2228c1ace456b0014ab83278";><code>f7307c9</code></a>
 Avoid recording RestClient observations twice</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/098c4b1dd73d6cfca4332de51235240aeeb56bf7";><code>098c4b1</code></a>
 Use Sonatype S01 token in release pipeline</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/65dbfd09b4f298a44dd49a45e8027507e03069b0";><code>65dbfd0</code></a>
 Defensive PersistenceExceptionTranslator bean retrieval on shutdown</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/203fa7519692a3d12a4eca73765ba6592b164fd3";><code>203fa75</code></a>
 Support all &quot;connection reset&quot; phrases in 
DisconnectedClientHelper</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9a56a8877f5de1bce2da78ea7c6a4297970e8519";><code>9a56a88</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e79a9a5bff15323545e21b812f7cea8585f8eddd";><code>e79a9a5</code></a>
 Correct and consistent event class names in constructor javadoc</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2c3c3831c179df3bf22edc6bcf6323631a32156e";><code>2c3c383</code></a>
 Consistently ignore bridge method on generated subclass for visibility 
purposes</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c38e9896c7d51b35d5ff80ab498475b6190c77be";><code>c38e989</code></a>
 Remove use of ServletException in ModelFactory</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/3e0849a566aa21636d2b9471968c381442fce591";><code>3e0849a</code></a>
 Fix typo</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v6.1.10";>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: dev-unsubscr...@storm.apache.org

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

Reply via email to