dependabot[bot] opened a new pull request, #338:
URL: https://github.com/apache/ws-axiom/pull/338

   Bumps `spring.version` from 5.3.29 to 5.3.30.
   Updates `org.springframework:spring-core` from 5.3.29 to 5.3.30
   <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>v5.3.30</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize <code>ClassUtils#getMostSpecificMethod</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31100";>#31100</a></li>
   <li>Optimize whitespace checks in <code>StringUtils</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31069";>#31069</a></li>
   <li>Align validation metadata handling in 
<code>PayloadMethodArgumentResolver</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31056";>#31056</a></li>
   <li>Register an override for an existing adapter in 
<code>ReactiveAdapterRegistry</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31048";>#31048</a></li>
   <li>Make bean initialization deterministic for multiple 
<code>@Autowired</code> methods on same bean class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30994";>#30994</a></li>
   <li>Performance bottlenecks while creating scoped bean instances <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30892";>#30892</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Possible classloader leak through incomplete clearing of annotation 
caches <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31176";>#31176</a></li>
   <li>Spring <code>LogFactory</code> implementation deviates from original 
Apache <code>LogFactory</code> in terms of abstract method declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31167";>#31167</a></li>
   <li>Bean injection fails due to <code>nullSafeConciseToString()</code> 
invoking <code>isEmpty()</code> on a <code>Map</code>/<code>Collection</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31156";>#31156</a></li>
   <li>SpelExpressionParser throws IllegalStateException instead of 
ParseException for invalid expression <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31099";>#31099</a></li>
   <li><code>@DynamicPropertySource</code> in <code>@Nested</code> test class 
cannot override dynamic properties from enclosing class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31085";>#31085</a></li>
   <li><code>TransactionalApplicationListenerMethodAdapter</code> should find 
<code>@TransactionalEventListener</code> on target class method <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31037";>#31037</a></li>
   <li>ScheduledAnnotationBeanPostProcessor: graceful shutdown should not 
interrupt currently running jobs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31020";>#31020</a></li>
   <li>Permgen memory leak due to <code>ClassInfo</code> caching in 
<code>java.beans.Introspector</code> on JDK 11/17 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31005";>#31005</a></li>
   <li><code>MethodIntrospector.selectMethods(?)</code> fails to find methods 
in case of special bridge method arrangement <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30907";>#30907</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix documentation: Passing in Lists of Values for IN Clause does not 
work with JdbcTemplate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31229";>#31229</a></li>
   <li>Refine CORS documentation for wildcard processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31168";>#31168</a></li>
   <li>Propagation REQUIRES_NEW may cause connection pool deadlock <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31040";>#31040</a></li>
   <li>Clarify R2DBC <code>ConnectionAccessor</code> and 
<code>DatabasePopulator</code> exception declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30933";>#30933</a></li>
   <li>Doc: Avoid deadlock in <code>@PostConstruct</code> through 
SmartInitializingSingleton or ContextRefreshedEvent <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30889";>#30889</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5d99ecf984537ab52825292d5ce76130b425e3e";><code>e5d99ec</code></a>
 Release v5.3.30</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f7bf2431fb6f923ae484d6b5cdc5547c3fe04c72";><code>f7bf243</code></a>
 Clarify IN clause resolution with List/Iterable parameter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/40678bb981bf5f8c0127bdd54976df6ede08b1ad";><code>40678bb</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/75faf698afd2dd0f93fe3b03cc896e94085328d2";><code>75faf69</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39c225c813f67c9e45dee755c1a297a82f97d1c6";><code>39c225c</code></a>
 AnnotationUtils.clearCache() includes all annotation caches</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c3d8d7a44fa057dd1c8bf62732cd23dc6220303";><code>0c3d8d7</code></a>
 Align abstract method signatures with original Commons Logging API</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddcae04ad57ffb2e03f28fa56ff258d5e0e02b1b";><code>ddcae04</code></a>
 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/994bbec0c3ae081b1c81aa5d9335bf5f47964dbf";><code>994bbec</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/afb378a59fb4bbc24af0cacc0e7acb86e170d66c";><code>afb378a</code></a>
 Consistently throw ParseException instead of IllegalStateException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a4fc7d3c117c40d71046850a56957a229ba48524";><code>a4fc7d3</code></a>
 Optimize ClassUtils#getMostSpecificMethod</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.29...v5.3.30";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 5.3.29 to 5.3.30
   <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>v5.3.30</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize <code>ClassUtils#getMostSpecificMethod</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31100";>#31100</a></li>
   <li>Optimize whitespace checks in <code>StringUtils</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31069";>#31069</a></li>
   <li>Align validation metadata handling in 
<code>PayloadMethodArgumentResolver</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31056";>#31056</a></li>
   <li>Register an override for an existing adapter in 
<code>ReactiveAdapterRegistry</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31048";>#31048</a></li>
   <li>Make bean initialization deterministic for multiple 
<code>@Autowired</code> methods on same bean class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30994";>#30994</a></li>
   <li>Performance bottlenecks while creating scoped bean instances <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30892";>#30892</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Possible classloader leak through incomplete clearing of annotation 
caches <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31176";>#31176</a></li>
   <li>Spring <code>LogFactory</code> implementation deviates from original 
Apache <code>LogFactory</code> in terms of abstract method declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31167";>#31167</a></li>
   <li>Bean injection fails due to <code>nullSafeConciseToString()</code> 
invoking <code>isEmpty()</code> on a <code>Map</code>/<code>Collection</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31156";>#31156</a></li>
   <li>SpelExpressionParser throws IllegalStateException instead of 
ParseException for invalid expression <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31099";>#31099</a></li>
   <li><code>@DynamicPropertySource</code> in <code>@Nested</code> test class 
cannot override dynamic properties from enclosing class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31085";>#31085</a></li>
   <li><code>TransactionalApplicationListenerMethodAdapter</code> should find 
<code>@TransactionalEventListener</code> on target class method <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31037";>#31037</a></li>
   <li>ScheduledAnnotationBeanPostProcessor: graceful shutdown should not 
interrupt currently running jobs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31020";>#31020</a></li>
   <li>Permgen memory leak due to <code>ClassInfo</code> caching in 
<code>java.beans.Introspector</code> on JDK 11/17 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31005";>#31005</a></li>
   <li><code>MethodIntrospector.selectMethods(?)</code> fails to find methods 
in case of special bridge method arrangement <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30907";>#30907</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix documentation: Passing in Lists of Values for IN Clause does not 
work with JdbcTemplate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31229";>#31229</a></li>
   <li>Refine CORS documentation for wildcard processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31168";>#31168</a></li>
   <li>Propagation REQUIRES_NEW may cause connection pool deadlock <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31040";>#31040</a></li>
   <li>Clarify R2DBC <code>ConnectionAccessor</code> and 
<code>DatabasePopulator</code> exception declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30933";>#30933</a></li>
   <li>Doc: Avoid deadlock in <code>@PostConstruct</code> through 
SmartInitializingSingleton or ContextRefreshedEvent <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30889";>#30889</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5d99ecf984537ab52825292d5ce76130b425e3e";><code>e5d99ec</code></a>
 Release v5.3.30</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f7bf2431fb6f923ae484d6b5cdc5547c3fe04c72";><code>f7bf243</code></a>
 Clarify IN clause resolution with List/Iterable parameter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/40678bb981bf5f8c0127bdd54976df6ede08b1ad";><code>40678bb</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/75faf698afd2dd0f93fe3b03cc896e94085328d2";><code>75faf69</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39c225c813f67c9e45dee755c1a297a82f97d1c6";><code>39c225c</code></a>
 AnnotationUtils.clearCache() includes all annotation caches</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c3d8d7a44fa057dd1c8bf62732cd23dc6220303";><code>0c3d8d7</code></a>
 Align abstract method signatures with original Commons Logging API</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddcae04ad57ffb2e03f28fa56ff258d5e0e02b1b";><code>ddcae04</code></a>
 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/994bbec0c3ae081b1c81aa5d9335bf5f47964dbf";><code>994bbec</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/afb378a59fb4bbc24af0cacc0e7acb86e170d66c";><code>afb378a</code></a>
 Consistently throw ParseException instead of IllegalStateException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a4fc7d3c117c40d71046850a56957a229ba48524";><code>a4fc7d3</code></a>
 Optimize ClassUtils#getMostSpecificMethod</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.29...v5.3.30";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-beans` from 5.3.29 to 5.3.30
   <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>v5.3.30</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize <code>ClassUtils#getMostSpecificMethod</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31100";>#31100</a></li>
   <li>Optimize whitespace checks in <code>StringUtils</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31069";>#31069</a></li>
   <li>Align validation metadata handling in 
<code>PayloadMethodArgumentResolver</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31056";>#31056</a></li>
   <li>Register an override for an existing adapter in 
<code>ReactiveAdapterRegistry</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31048";>#31048</a></li>
   <li>Make bean initialization deterministic for multiple 
<code>@Autowired</code> methods on same bean class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30994";>#30994</a></li>
   <li>Performance bottlenecks while creating scoped bean instances <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30892";>#30892</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Possible classloader leak through incomplete clearing of annotation 
caches <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31176";>#31176</a></li>
   <li>Spring <code>LogFactory</code> implementation deviates from original 
Apache <code>LogFactory</code> in terms of abstract method declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31167";>#31167</a></li>
   <li>Bean injection fails due to <code>nullSafeConciseToString()</code> 
invoking <code>isEmpty()</code> on a <code>Map</code>/<code>Collection</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31156";>#31156</a></li>
   <li>SpelExpressionParser throws IllegalStateException instead of 
ParseException for invalid expression <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31099";>#31099</a></li>
   <li><code>@DynamicPropertySource</code> in <code>@Nested</code> test class 
cannot override dynamic properties from enclosing class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31085";>#31085</a></li>
   <li><code>TransactionalApplicationListenerMethodAdapter</code> should find 
<code>@TransactionalEventListener</code> on target class method <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31037";>#31037</a></li>
   <li>ScheduledAnnotationBeanPostProcessor: graceful shutdown should not 
interrupt currently running jobs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31020";>#31020</a></li>
   <li>Permgen memory leak due to <code>ClassInfo</code> caching in 
<code>java.beans.Introspector</code> on JDK 11/17 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31005";>#31005</a></li>
   <li><code>MethodIntrospector.selectMethods(?)</code> fails to find methods 
in case of special bridge method arrangement <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30907";>#30907</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix documentation: Passing in Lists of Values for IN Clause does not 
work with JdbcTemplate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31229";>#31229</a></li>
   <li>Refine CORS documentation for wildcard processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31168";>#31168</a></li>
   <li>Propagation REQUIRES_NEW may cause connection pool deadlock <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31040";>#31040</a></li>
   <li>Clarify R2DBC <code>ConnectionAccessor</code> and 
<code>DatabasePopulator</code> exception declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30933";>#30933</a></li>
   <li>Doc: Avoid deadlock in <code>@PostConstruct</code> through 
SmartInitializingSingleton or ContextRefreshedEvent <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30889";>#30889</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5d99ecf984537ab52825292d5ce76130b425e3e";><code>e5d99ec</code></a>
 Release v5.3.30</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f7bf2431fb6f923ae484d6b5cdc5547c3fe04c72";><code>f7bf243</code></a>
 Clarify IN clause resolution with List/Iterable parameter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/40678bb981bf5f8c0127bdd54976df6ede08b1ad";><code>40678bb</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/75faf698afd2dd0f93fe3b03cc896e94085328d2";><code>75faf69</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39c225c813f67c9e45dee755c1a297a82f97d1c6";><code>39c225c</code></a>
 AnnotationUtils.clearCache() includes all annotation caches</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c3d8d7a44fa057dd1c8bf62732cd23dc6220303";><code>0c3d8d7</code></a>
 Align abstract method signatures with original Commons Logging API</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddcae04ad57ffb2e03f28fa56ff258d5e0e02b1b";><code>ddcae04</code></a>
 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/994bbec0c3ae081b1c81aa5d9335bf5f47964dbf";><code>994bbec</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/afb378a59fb4bbc24af0cacc0e7acb86e170d66c";><code>afb378a</code></a>
 Consistently throw ParseException instead of IllegalStateException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a4fc7d3c117c40d71046850a56957a229ba48524";><code>a4fc7d3</code></a>
 Optimize ClassUtils#getMostSpecificMethod</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.29...v5.3.30";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-web` from 5.3.29 to 5.3.30
   <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>v5.3.30</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize <code>ClassUtils#getMostSpecificMethod</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31100";>#31100</a></li>
   <li>Optimize whitespace checks in <code>StringUtils</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31069";>#31069</a></li>
   <li>Align validation metadata handling in 
<code>PayloadMethodArgumentResolver</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31056";>#31056</a></li>
   <li>Register an override for an existing adapter in 
<code>ReactiveAdapterRegistry</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31048";>#31048</a></li>
   <li>Make bean initialization deterministic for multiple 
<code>@Autowired</code> methods on same bean class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30994";>#30994</a></li>
   <li>Performance bottlenecks while creating scoped bean instances <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30892";>#30892</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Possible classloader leak through incomplete clearing of annotation 
caches <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31176";>#31176</a></li>
   <li>Spring <code>LogFactory</code> implementation deviates from original 
Apache <code>LogFactory</code> in terms of abstract method declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31167";>#31167</a></li>
   <li>Bean injection fails due to <code>nullSafeConciseToString()</code> 
invoking <code>isEmpty()</code> on a <code>Map</code>/<code>Collection</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31156";>#31156</a></li>
   <li>SpelExpressionParser throws IllegalStateException instead of 
ParseException for invalid expression <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31099";>#31099</a></li>
   <li><code>@DynamicPropertySource</code> in <code>@Nested</code> test class 
cannot override dynamic properties from enclosing class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31085";>#31085</a></li>
   <li><code>TransactionalApplicationListenerMethodAdapter</code> should find 
<code>@TransactionalEventListener</code> on target class method <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31037";>#31037</a></li>
   <li>ScheduledAnnotationBeanPostProcessor: graceful shutdown should not 
interrupt currently running jobs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31020";>#31020</a></li>
   <li>Permgen memory leak due to <code>ClassInfo</code> caching in 
<code>java.beans.Introspector</code> on JDK 11/17 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31005";>#31005</a></li>
   <li><code>MethodIntrospector.selectMethods(?)</code> fails to find methods 
in case of special bridge method arrangement <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30907";>#30907</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix documentation: Passing in Lists of Values for IN Clause does not 
work with JdbcTemplate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31229";>#31229</a></li>
   <li>Refine CORS documentation for wildcard processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31168";>#31168</a></li>
   <li>Propagation REQUIRES_NEW may cause connection pool deadlock <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31040";>#31040</a></li>
   <li>Clarify R2DBC <code>ConnectionAccessor</code> and 
<code>DatabasePopulator</code> exception declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30933";>#30933</a></li>
   <li>Doc: Avoid deadlock in <code>@PostConstruct</code> through 
SmartInitializingSingleton or ContextRefreshedEvent <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30889";>#30889</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5d99ecf984537ab52825292d5ce76130b425e3e";><code>e5d99ec</code></a>
 Release v5.3.30</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f7bf2431fb6f923ae484d6b5cdc5547c3fe04c72";><code>f7bf243</code></a>
 Clarify IN clause resolution with List/Iterable parameter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/40678bb981bf5f8c0127bdd54976df6ede08b1ad";><code>40678bb</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/75faf698afd2dd0f93fe3b03cc896e94085328d2";><code>75faf69</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39c225c813f67c9e45dee755c1a297a82f97d1c6";><code>39c225c</code></a>
 AnnotationUtils.clearCache() includes all annotation caches</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c3d8d7a44fa057dd1c8bf62732cd23dc6220303";><code>0c3d8d7</code></a>
 Align abstract method signatures with original Commons Logging API</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddcae04ad57ffb2e03f28fa56ff258d5e0e02b1b";><code>ddcae04</code></a>
 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/994bbec0c3ae081b1c81aa5d9335bf5f47964dbf";><code>994bbec</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/afb378a59fb4bbc24af0cacc0e7acb86e170d66c";><code>afb378a</code></a>
 Consistently throw ParseException instead of IllegalStateException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a4fc7d3c117c40d71046850a56957a229ba48524";><code>a4fc7d3</code></a>
 Optimize ClassUtils#getMostSpecificMethod</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.29...v5.3.30";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-aop` from 5.3.29 to 5.3.30
   <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>v5.3.30</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize <code>ClassUtils#getMostSpecificMethod</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31100";>#31100</a></li>
   <li>Optimize whitespace checks in <code>StringUtils</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31069";>#31069</a></li>
   <li>Align validation metadata handling in 
<code>PayloadMethodArgumentResolver</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31056";>#31056</a></li>
   <li>Register an override for an existing adapter in 
<code>ReactiveAdapterRegistry</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31048";>#31048</a></li>
   <li>Make bean initialization deterministic for multiple 
<code>@Autowired</code> methods on same bean class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30994";>#30994</a></li>
   <li>Performance bottlenecks while creating scoped bean instances <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30892";>#30892</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Possible classloader leak through incomplete clearing of annotation 
caches <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31176";>#31176</a></li>
   <li>Spring <code>LogFactory</code> implementation deviates from original 
Apache <code>LogFactory</code> in terms of abstract method declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31167";>#31167</a></li>
   <li>Bean injection fails due to <code>nullSafeConciseToString()</code> 
invoking <code>isEmpty()</code> on a <code>Map</code>/<code>Collection</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31156";>#31156</a></li>
   <li>SpelExpressionParser throws IllegalStateException instead of 
ParseException for invalid expression <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31099";>#31099</a></li>
   <li><code>@DynamicPropertySource</code> in <code>@Nested</code> test class 
cannot override dynamic properties from enclosing class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31085";>#31085</a></li>
   <li><code>TransactionalApplicationListenerMethodAdapter</code> should find 
<code>@TransactionalEventListener</code> on target class method <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31037";>#31037</a></li>
   <li>ScheduledAnnotationBeanPostProcessor: graceful shutdown should not 
interrupt currently running jobs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31020";>#31020</a></li>
   <li>Permgen memory leak due to <code>ClassInfo</code> caching in 
<code>java.beans.Introspector</code> on JDK 11/17 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31005";>#31005</a></li>
   <li><code>MethodIntrospector.selectMethods(?)</code> fails to find methods 
in case of special bridge method arrangement <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30907";>#30907</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix documentation: Passing in Lists of Values for IN Clause does not 
work with JdbcTemplate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31229";>#31229</a></li>
   <li>Refine CORS documentation for wildcard processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31168";>#31168</a></li>
   <li>Propagation REQUIRES_NEW may cause connection pool deadlock <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31040";>#31040</a></li>
   <li>Clarify R2DBC <code>ConnectionAccessor</code> and 
<code>DatabasePopulator</code> exception declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30933";>#30933</a></li>
   <li>Doc: Avoid deadlock in <code>@PostConstruct</code> through 
SmartInitializingSingleton or ContextRefreshedEvent <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30889";>#30889</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5d99ecf984537ab52825292d5ce76130b425e3e";><code>e5d99ec</code></a>
 Release v5.3.30</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f7bf2431fb6f923ae484d6b5cdc5547c3fe04c72";><code>f7bf243</code></a>
 Clarify IN clause resolution with List/Iterable parameter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/40678bb981bf5f8c0127bdd54976df6ede08b1ad";><code>40678bb</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/75faf698afd2dd0f93fe3b03cc896e94085328d2";><code>75faf69</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39c225c813f67c9e45dee755c1a297a82f97d1c6";><code>39c225c</code></a>
 AnnotationUtils.clearCache() includes all annotation caches</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c3d8d7a44fa057dd1c8bf62732cd23dc6220303";><code>0c3d8d7</code></a>
 Align abstract method signatures with original Commons Logging API</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddcae04ad57ffb2e03f28fa56ff258d5e0e02b1b";><code>ddcae04</code></a>
 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/994bbec0c3ae081b1c81aa5d9335bf5f47964dbf";><code>994bbec</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/afb378a59fb4bbc24af0cacc0e7acb86e170d66c";><code>afb378a</code></a>
 Consistently throw ParseException instead of IllegalStateException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a4fc7d3c117c40d71046850a56957a229ba48524";><code>a4fc7d3</code></a>
 Optimize ClassUtils#getMostSpecificMethod</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.29...v5.3.30";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-oxm` from 5.3.29 to 5.3.30
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-oxm's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.30</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize <code>ClassUtils#getMostSpecificMethod</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31100";>#31100</a></li>
   <li>Optimize whitespace checks in <code>StringUtils</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31069";>#31069</a></li>
   <li>Align validation metadata handling in 
<code>PayloadMethodArgumentResolver</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31056";>#31056</a></li>
   <li>Register an override for an existing adapter in 
<code>ReactiveAdapterRegistry</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31048";>#31048</a></li>
   <li>Make bean initialization deterministic for multiple 
<code>@Autowired</code> methods on same bean class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30994";>#30994</a></li>
   <li>Performance bottlenecks while creating scoped bean instances <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30892";>#30892</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Possible classloader leak through incomplete clearing of annotation 
caches <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31176";>#31176</a></li>
   <li>Spring <code>LogFactory</code> implementation deviates from original 
Apache <code>LogFactory</code> in terms of abstract method declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31167";>#31167</a></li>
   <li>Bean injection fails due to <code>nullSafeConciseToString()</code> 
invoking <code>isEmpty()</code> on a <code>Map</code>/<code>Collection</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31156";>#31156</a></li>
   <li>SpelExpressionParser throws IllegalStateException instead of 
ParseException for invalid expression <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31099";>#31099</a></li>
   <li><code>@DynamicPropertySource</code> in <code>@Nested</code> test class 
cannot override dynamic properties from enclosing class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31085";>#31085</a></li>
   <li><code>TransactionalApplicationListenerMethodAdapter</code> should find 
<code>@TransactionalEventListener</code> on target class method <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31037";>#31037</a></li>
   <li>ScheduledAnnotationBeanPostProcessor: graceful shutdown should not 
interrupt currently running jobs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31020";>#31020</a></li>
   <li>Permgen memory leak due to <code>ClassInfo</code> caching in 
<code>java.beans.Introspector</code> on JDK 11/17 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31005";>#31005</a></li>
   <li><code>MethodIntrospector.selectMethods(?)</code> fails to find methods 
in case of special bridge method arrangement <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30907";>#30907</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix documentation: Passing in Lists of Values for IN Clause does not 
work with JdbcTemplate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31229";>#31229</a></li>
   <li>Refine CORS documentation for wildcard processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31168";>#31168</a></li>
   <li>Propagation REQUIRES_NEW may cause connection pool deadlock <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31040";>#31040</a></li>
   <li>Clarify R2DBC <code>ConnectionAccessor</code> and 
<code>DatabasePopulator</code> exception declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30933";>#30933</a></li>
   <li>Doc: Avoid deadlock in <code>@PostConstruct</code> through 
SmartInitializingSingleton or ContextRefreshedEvent <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30889";>#30889</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5d99ecf984537ab52825292d5ce76130b425e3e";><code>e5d99ec</code></a>
 Release v5.3.30</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f7bf2431fb6f923ae484d6b5cdc5547c3fe04c72";><code>f7bf243</code></a>
 Clarify IN clause resolution with List/Iterable parameter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/40678bb981bf5f8c0127bdd54976df6ede08b1ad";><code>40678bb</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/75faf698afd2dd0f93fe3b03cc896e94085328d2";><code>75faf69</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39c225c813f67c9e45dee755c1a297a82f97d1c6";><code>39c225c</code></a>
 AnnotationUtils.clearCache() includes all annotation caches</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c3d8d7a44fa057dd1c8bf62732cd23dc6220303";><code>0c3d8d7</code></a>
 Align abstract method signatures with original Commons Logging API</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddcae04ad57ffb2e03f28fa56ff258d5e0e02b1b";><code>ddcae04</code></a>
 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/994bbec0c3ae081b1c81aa5d9335bf5f47964dbf";><code>994bbec</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/afb378a59fb4bbc24af0cacc0e7acb86e170d66c";><code>afb378a</code></a>
 Consistently throw ParseException instead of IllegalStateException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a4fc7d3c117c40d71046850a56957a229ba48524";><code>a4fc7d3</code></a>
 Optimize ClassUtils#getMostSpecificMethod</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.29...v5.3.30";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-test` from 5.3.29 to 5.3.30
   <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>v5.3.30</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize <code>ClassUtils#getMostSpecificMethod</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31100";>#31100</a></li>
   <li>Optimize whitespace checks in <code>StringUtils</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31069";>#31069</a></li>
   <li>Align validation metadata handling in 
<code>PayloadMethodArgumentResolver</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31056";>#31056</a></li>
   <li>Register an override for an existing adapter in 
<code>ReactiveAdapterRegistry</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31048";>#31048</a></li>
   <li>Make bean initialization deterministic for multiple 
<code>@Autowired</code> methods on same bean class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30994";>#30994</a></li>
   <li>Performance bottlenecks while creating scoped bean instances <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30892";>#30892</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Possible classloader leak through incomplete clearing of annotation 
caches <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31176";>#31176</a></li>
   <li>Spring <code>LogFactory</code> implementation deviates from original 
Apache <code>LogFactory</code> in terms of abstract method declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31167";>#31167</a></li>
   <li>Bean injection fails due to <code>nullSafeConciseToString()</code> 
invoking <code>isEmpty()</code> on a <code>Map</code>/<code>Collection</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31156";>#31156</a></li>
   <li>SpelExpressionParser throws IllegalStateException instead of 
ParseException for invalid expression <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31099";>#31099</a></li>
   <li><code>@DynamicPropertySource</code> in <code>@Nested</code> test class 
cannot override dynamic properties from enclosing class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31085";>#31085</a></li>
   <li><code>TransactionalApplicationListenerMethodAdapter</code> should find 
<code>@TransactionalEventListener</code> on target class method <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31037";>#31037</a></li>
   <li>ScheduledAnnotationBeanPostProcessor: graceful shutdown should not 
interrupt currently running jobs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31020";>#31020</a></li>
   <li>Permgen memory leak due to <code>ClassInfo</code> caching in 
<code>java.beans.Introspector</code> on JDK 11/17 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31005";>#31005</a></li>
   <li><code>MethodIntrospector.selectMethods(?)</code> fails to find methods 
in case of special bridge method arrangement <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30907";>#30907</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix documentation: Passing in Lists of Values for IN Clause does not 
work with JdbcTemplate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31229";>#31229</a></li>
   <li>Refine CORS documentation for wildcard processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31168";>#31168</a></li>
   <li>Propagation REQUIRES_NEW may cause connection pool deadlock <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31040";>#31040</a></li>
   <li>Clarify R2DBC <code>ConnectionAccessor</code> and 
<code>DatabasePopulator</code> exception declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30933";>#30933</a></li>
   <li>Doc: Avoid deadlock in <code>@PostConstruct</code> through 
SmartInitializingSingleton or ContextRefreshedEvent <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30889";>#30889</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5d99ecf984537ab52825292d5ce76130b425e3e";><code>e5d99ec</code></a>
 Release v5.3.30</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f7bf2431fb6f923ae484d6b5cdc5547c3fe04c72";><code>f7bf243</code></a>
 Clarify IN clause resolution with List/Iterable parameter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/40678bb981bf5f8c0127bdd54976df6ede08b1ad";><code>40678bb</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/75faf698afd2dd0f93fe3b03cc896e94085328d2";><code>75faf69</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39c225c813f67c9e45dee755c1a297a82f97d1c6";><code>39c225c</code></a>
 AnnotationUtils.clearCache() includes all annotation caches</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c3d8d7a44fa057dd1c8bf62732cd23dc6220303";><code>0c3d8d7</code></a>
 Align abstract method signatures with original Commons Logging API</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddcae04ad57ffb2e03f28fa56ff258d5e0e02b1b";><code>ddcae04</code></a>
 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/994bbec0c3ae081b1c81aa5d9335bf5f47964dbf";><code>994bbec</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/afb378a59fb4bbc24af0cacc0e7acb86e170d66c";><code>afb378a</code></a>
 Consistently throw ParseException instead of IllegalStateException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a4fc7d3c117c40d71046850a56957a229ba48524";><code>a4fc7d3</code></a>
 Optimize ClassUtils#getMostSpecificMethod</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.29...v5.3.30";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-expression` from 5.3.29 to 5.3.30
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-expression's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.30</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Optimize <code>ClassUtils#getMostSpecificMethod</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31100";>#31100</a></li>
   <li>Optimize whitespace checks in <code>StringUtils</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31069";>#31069</a></li>
   <li>Align validation metadata handling in 
<code>PayloadMethodArgumentResolver</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31056";>#31056</a></li>
   <li>Register an override for an existing adapter in 
<code>ReactiveAdapterRegistry</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31048";>#31048</a></li>
   <li>Make bean initialization deterministic for multiple 
<code>@Autowired</code> methods on same bean class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30994";>#30994</a></li>
   <li>Performance bottlenecks while creating scoped bean instances <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30892";>#30892</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Possible classloader leak through incomplete clearing of annotation 
caches <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31176";>#31176</a></li>
   <li>Spring <code>LogFactory</code> implementation deviates from original 
Apache <code>LogFactory</code> in terms of abstract method declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31167";>#31167</a></li>
   <li>Bean injection fails due to <code>nullSafeConciseToString()</code> 
invoking <code>isEmpty()</code> on a <code>Map</code>/<code>Collection</code> 
proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31156";>#31156</a></li>
   <li>SpelExpressionParser throws IllegalStateException instead of 
ParseException for invalid expression <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31099";>#31099</a></li>
   <li><code>@DynamicPropertySource</code> in <code>@Nested</code> test class 
cannot override dynamic properties from enclosing class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31085";>#31085</a></li>
   <li><code>TransactionalApplicationListenerMethodAdapter</code> should find 
<code>@TransactionalEventListener</code> on target class method <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31037";>#31037</a></li>
   <li>ScheduledAnnotationBeanPostProcessor: graceful shutdown should not 
interrupt currently running jobs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31020";>#31020</a></li>
   <li>Permgen memory leak due to <code>ClassInfo</code> caching in 
<code>java.beans.Introspector</code> on JDK 11/17 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31005";>#31005</a></li>
   <li><code>MethodIntrospector.selectMethods(?)</code> fails to find methods 
in case of special bridge method arrangement <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30907";>#30907</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix documentation: Passing in Lists of Values for IN Clause does not 
work with JdbcTemplate <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31229";>#31229</a></li>
   <li>Refine CORS documentation for wildcard processing <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31168";>#31168</a></li>
   <li>Propagation REQUIRES_NEW may cause connection pool deadlock <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/31040";>#31040</a></li>
   <li>Clarify R2DBC <code>ConnectionAccessor</code> and 
<code>DatabasePopulator</code> exception declarations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30933";>#30933</a></li>
   <li>Doc: Avoid deadlock in <code>@PostConstruct</code> through 
SmartInitializingSingleton or ContextRefreshedEvent <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30889";>#30889</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5d99ecf984537ab52825292d5ce76130b425e3e";><code>e5d99ec</code></a>
 Release v5.3.30</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f7bf2431fb6f923ae484d6b5cdc5547c3fe04c72";><code>f7bf243</code></a>
 Clarify IN clause resolution with List/Iterable parameter</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/40678bb981bf5f8c0127bdd54976df6ede08b1ad";><code>40678bb</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/75faf698afd2dd0f93fe3b03cc896e94085328d2";><code>75faf69</code></a>
 Refine CORS documentation for wildcard processing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39c225c813f67c9e45dee755c1a297a82f97d1c6";><code>39c225c</code></a>
 AnnotationUtils.clearCache() includes all annotation caches</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c3d8d7a44fa057dd1c8bf62732cd23dc6220303";><code>0c3d8d7</code></a>
 Align abstract method signatures with original Commons Logging API</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ddcae04ad57ffb2e03f28fa56ff258d5e0e02b1b";><code>ddcae04</code></a>
 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/994bbec0c3ae081b1c81aa5d9335bf5f47964dbf";><code>994bbec</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/afb378a59fb4bbc24af0cacc0e7acb86e170d66c";><code>afb378a</code></a>
 Consistently throw ParseException instead of IllegalStateException</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a4fc7d3c117c40d71046850a56957a229ba48524";><code>a4fc7d3</code></a>
 Optimize ClassUtils#getMostSpecificMethod</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.29...v5.3.30";>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...@ws.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org
For additional commands, e-mail: dev-h...@ws.apache.org

Reply via email to