dependabot[bot] opened a new pull request, #4129:
URL: https://github.com/apache/myfaces-tobago/pull/4129

   Bumps `spring.version` from 5.3.27 to 5.3.28.
   Updates `spring-core` from 5.3.27 to 5.3.28
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>spring-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.28</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ClassLoader can be null in DeserializingConverter and should be 
annotated with <code>@Nullable</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30672";>#30672</a></li>
   <li>Performance optimization in 
AbstractBeanFactoryBasedTargetSource.hashCode() <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30585";>#30585</a></li>
   <li>Consistent support for MultiValueMap and common Map implementations in 
CollectionFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30441";>#30441</a></li>
   <li>Reject null and empty SpEL expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30373";>#30373</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile 
expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30226";>#30226</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Change of behaviour for UUID in bean validation output in v5.3.27 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30662";>#30662</a></li>
   <li>Spring Framework 5.3.27 appears to cause issues in OSGi environment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30637";>#30637</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in 
CglibAopProxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30616";>#30616</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30589";>#30589</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in 
NamedThreadLocal <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30586";>#30586</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from 
CompletableFuture <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30584";>#30584</a></li>
   <li>For <code>@Bean</code> method that returns <code>null</code>, 
<code>@Autowired</code> injects <code>NullBean</code> instead of 
<code>null</code> for cached arguments <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30551";>#30551</a></li>
   <li>Make maximum SpEL expression length configurable <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30446";>#30446</a></li>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30443";>#30443</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document which <code>@Scheduled</code> attributes support SpEL 
expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30642";>#30642</a></li>
   <li>FileSystemUtils::deleteRecursively Javadoc refers to File instead of 
Path <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30555";>#30555</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.33 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30656";>#30656</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/b02f4a06ca445cf5e20dadd389c75d49dd34d6cc";><code>b02f4a0</code></a>
 Release v5.3.28</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/99ae6e70bbaefc50616beda80db3599cdd99d01e";><code>99ae6e7</code></a>
 Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c2cc55eacc544f0f1f6591f5c54b865f2a6cc348";><code>c2cc55e</code></a>
 Consider UUID as simple value type with concise toString output</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9cff2ace97bd134ecb87004b2895eecfe6909aca";><code>9cff2ac</code></a>
 Upgrade to Reactor 2020.0.33</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/3c2590d339e163f760b89a445f1ac214da6fc3df";><code>3c2590d</code></a>
 Document limited isolation level support for concurrent transactions</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4b55333b0e0d9aa2d15fdf5614b0718745299c07";><code>4b55333</code></a>
 Document which <a 
href="https://github.com/Scheduled";><code>@​Scheduled</code></a> attributes 
support SpEL expressions</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c27acad6161cbe8c975eacf5a2783d08d6db16fc";><code>c27acad</code></a>
 Specific check for parent of MethodInvocationInfo ClassLoader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/70be9afdc6ebd2eb1f2f882437cfa4f7da34f42f";><code>70be9af</code></a>
 Reuse method cache from original proxy factory (aligned with 6.0.x)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d4450a8702241dd08b032e1d5838b61fec9ad1a6";><code>d4450a8</code></a>
 Specific check for parent of spring-aop ClassLoader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/210e47d65ebc4f79d02b24cbe87eaa93b6cfbc97";><code>210e47d</code></a>
 Polishing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-web` from 5.3.27 to 5.3.28
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>spring-web's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.28</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ClassLoader can be null in DeserializingConverter and should be 
annotated with <code>@Nullable</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30672";>#30672</a></li>
   <li>Performance optimization in 
AbstractBeanFactoryBasedTargetSource.hashCode() <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30585";>#30585</a></li>
   <li>Consistent support for MultiValueMap and common Map implementations in 
CollectionFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30441";>#30441</a></li>
   <li>Reject null and empty SpEL expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30373";>#30373</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile 
expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30226";>#30226</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Change of behaviour for UUID in bean validation output in v5.3.27 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30662";>#30662</a></li>
   <li>Spring Framework 5.3.27 appears to cause issues in OSGi environment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30637";>#30637</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in 
CglibAopProxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30616";>#30616</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30589";>#30589</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in 
NamedThreadLocal <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30586";>#30586</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from 
CompletableFuture <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30584";>#30584</a></li>
   <li>For <code>@Bean</code> method that returns <code>null</code>, 
<code>@Autowired</code> injects <code>NullBean</code> instead of 
<code>null</code> for cached arguments <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30551";>#30551</a></li>
   <li>Make maximum SpEL expression length configurable <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30446";>#30446</a></li>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30443";>#30443</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document which <code>@Scheduled</code> attributes support SpEL 
expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30642";>#30642</a></li>
   <li>FileSystemUtils::deleteRecursively Javadoc refers to File instead of 
Path <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30555";>#30555</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.33 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30656";>#30656</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/b02f4a06ca445cf5e20dadd389c75d49dd34d6cc";><code>b02f4a0</code></a>
 Release v5.3.28</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/99ae6e70bbaefc50616beda80db3599cdd99d01e";><code>99ae6e7</code></a>
 Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c2cc55eacc544f0f1f6591f5c54b865f2a6cc348";><code>c2cc55e</code></a>
 Consider UUID as simple value type with concise toString output</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9cff2ace97bd134ecb87004b2895eecfe6909aca";><code>9cff2ac</code></a>
 Upgrade to Reactor 2020.0.33</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/3c2590d339e163f760b89a445f1ac214da6fc3df";><code>3c2590d</code></a>
 Document limited isolation level support for concurrent transactions</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4b55333b0e0d9aa2d15fdf5614b0718745299c07";><code>4b55333</code></a>
 Document which <a 
href="https://github.com/Scheduled";><code>@​Scheduled</code></a> attributes 
support SpEL expressions</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c27acad6161cbe8c975eacf5a2783d08d6db16fc";><code>c27acad</code></a>
 Specific check for parent of MethodInvocationInfo ClassLoader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/70be9afdc6ebd2eb1f2f882437cfa4f7da34f42f";><code>70be9af</code></a>
 Reuse method cache from original proxy factory (aligned with 6.0.x)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d4450a8702241dd08b032e1d5838b61fec9ad1a6";><code>d4450a8</code></a>
 Specific check for parent of spring-aop ClassLoader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/210e47d65ebc4f79d02b24cbe87eaa93b6cfbc97";><code>210e47d</code></a>
 Polishing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-webmvc` from 5.3.27 to 5.3.28
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>spring-webmvc's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.28</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ClassLoader can be null in DeserializingConverter and should be 
annotated with <code>@Nullable</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30672";>#30672</a></li>
   <li>Performance optimization in 
AbstractBeanFactoryBasedTargetSource.hashCode() <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30585";>#30585</a></li>
   <li>Consistent support for MultiValueMap and common Map implementations in 
CollectionFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30441";>#30441</a></li>
   <li>Reject null and empty SpEL expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30373";>#30373</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile 
expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30226";>#30226</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Change of behaviour for UUID in bean validation output in v5.3.27 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30662";>#30662</a></li>
   <li>Spring Framework 5.3.27 appears to cause issues in OSGi environment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30637";>#30637</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in 
CglibAopProxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30616";>#30616</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30589";>#30589</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in 
NamedThreadLocal <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30586";>#30586</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from 
CompletableFuture <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30584";>#30584</a></li>
   <li>For <code>@Bean</code> method that returns <code>null</code>, 
<code>@Autowired</code> injects <code>NullBean</code> instead of 
<code>null</code> for cached arguments <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30551";>#30551</a></li>
   <li>Make maximum SpEL expression length configurable <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30446";>#30446</a></li>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30443";>#30443</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document which <code>@Scheduled</code> attributes support SpEL 
expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30642";>#30642</a></li>
   <li>FileSystemUtils::deleteRecursively Javadoc refers to File instead of 
Path <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30555";>#30555</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.33 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30656";>#30656</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/b02f4a06ca445cf5e20dadd389c75d49dd34d6cc";><code>b02f4a0</code></a>
 Release v5.3.28</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/99ae6e70bbaefc50616beda80db3599cdd99d01e";><code>99ae6e7</code></a>
 Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c2cc55eacc544f0f1f6591f5c54b865f2a6cc348";><code>c2cc55e</code></a>
 Consider UUID as simple value type with concise toString output</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9cff2ace97bd134ecb87004b2895eecfe6909aca";><code>9cff2ac</code></a>
 Upgrade to Reactor 2020.0.33</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/3c2590d339e163f760b89a445f1ac214da6fc3df";><code>3c2590d</code></a>
 Document limited isolation level support for concurrent transactions</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4b55333b0e0d9aa2d15fdf5614b0718745299c07";><code>4b55333</code></a>
 Document which <a 
href="https://github.com/Scheduled";><code>@​Scheduled</code></a> attributes 
support SpEL expressions</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c27acad6161cbe8c975eacf5a2783d08d6db16fc";><code>c27acad</code></a>
 Specific check for parent of MethodInvocationInfo ClassLoader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/70be9afdc6ebd2eb1f2f882437cfa4f7da34f42f";><code>70be9af</code></a>
 Reuse method cache from original proxy factory (aligned with 6.0.x)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d4450a8702241dd08b032e1d5838b61fec9ad1a6";><code>d4450a8</code></a>
 Specific check for parent of spring-aop ClassLoader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/210e47d65ebc4f79d02b24cbe87eaa93b6cfbc97";><code>210e47d</code></a>
 Polishing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-context` from 5.3.27 to 5.3.28
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>spring-context's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.28</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>ClassLoader can be null in DeserializingConverter and should be 
annotated with <code>@Nullable</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30672";>#30672</a></li>
   <li>Performance optimization in 
AbstractBeanFactoryBasedTargetSource.hashCode() <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30585";>#30585</a></li>
   <li>Consistent support for MultiValueMap and common Map implementations in 
CollectionFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30441";>#30441</a></li>
   <li>Reject null and empty SpEL expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30373";>#30373</a></li>
   <li>Introduce <code>Environment.matchesProfiles()</code> for profile 
expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30226";>#30226</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Change of behaviour for UUID in bean validation output in v5.3.27 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30662";>#30662</a></li>
   <li>Spring Framework 5.3.27 appears to cause issues in OSGi environment <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30637";>#30637</a></li>
   <li>Inconsistent ProxyCallbackFilter#equals/hashCode methods in 
CglibAopProxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30616";>#30616</a></li>
   <li>EclipseLinkJpaDialect: Unexpected default isolation levels <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30589";>#30589</a></li>
   <li>ThreadLocalTargetSource does not include actual target bean name in 
NamedThreadLocal <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30586";>#30586</a></li>
   <li>ApplicationListenerMethodAdapter inconsistently publishes events from 
CompletableFuture <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30584";>#30584</a></li>
   <li>For <code>@Bean</code> method that returns <code>null</code>, 
<code>@Autowired</code> injects <code>NullBean</code> instead of 
<code>null</code> for cached arguments <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30551";>#30551</a></li>
   <li>Make maximum SpEL expression length configurable <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30446";>#30446</a></li>
   <li>Respect TaskDecorator configuration on DefaultManagedTaskExecutor <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30443";>#30443</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document which <code>@Scheduled</code> attributes support SpEL 
expressions <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30642";>#30642</a></li>
   <li>FileSystemUtils::deleteRecursively Javadoc refers to File instead of 
Path <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30555";>#30555</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.33 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/30656";>#30656</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/b02f4a06ca445cf5e20dadd389c75d49dd34d6cc";><code>b02f4a0</code></a>
 Release v5.3.28</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/99ae6e70bbaefc50616beda80db3599cdd99d01e";><code>99ae6e7</code></a>
 Declare ClassLoader for DeserializingConverter constructor as nullable</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c2cc55eacc544f0f1f6591f5c54b865f2a6cc348";><code>c2cc55e</code></a>
 Consider UUID as simple value type with concise toString output</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/9cff2ace97bd134ecb87004b2895eecfe6909aca";><code>9cff2ac</code></a>
 Upgrade to Reactor 2020.0.33</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/3c2590d339e163f760b89a445f1ac214da6fc3df";><code>3c2590d</code></a>
 Document limited isolation level support for concurrent transactions</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4b55333b0e0d9aa2d15fdf5614b0718745299c07";><code>4b55333</code></a>
 Document which <a 
href="https://github.com/Scheduled";><code>@​Scheduled</code></a> attributes 
support SpEL expressions</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c27acad6161cbe8c975eacf5a2783d08d6db16fc";><code>c27acad</code></a>
 Specific check for parent of MethodInvocationInfo ClassLoader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/70be9afdc6ebd2eb1f2f882437cfa4f7da34f42f";><code>70be9af</code></a>
 Reuse method cache from original proxy factory (aligned with 6.0.x)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d4450a8702241dd08b032e1d5838b61fec9ad1a6";><code>d4450a8</code></a>
 Specific check for parent of spring-aop ClassLoader</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/210e47d65ebc4f79d02b24cbe87eaa93b6cfbc97";><code>210e47d</code></a>
 Polishing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.27...v5.3.28";>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 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...@myfaces.apache.org

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

Reply via email to