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

   Bumps `spring.version` from 5.3.34 to 5.3.36.
   Updates `org.springframework:spring-core` from 5.3.34 to 5.3.36
   <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.36</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Overridden aspect method runs twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32868";>#32868</a></li>
   <li><code>@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)</code> cannot 
convert UTC without milliseconds to <code>java.util.Date</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32860";>#32860</a></li>
   <li>Spring AOP fails against registered <code>@Configurable</code> aspect <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32840";>#32840</a></li>
   </ul>
   <h2>v5.3.35</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Accept ajc-compiled <code>@Aspect</code> classes for Spring AOP proxy 
usage <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32818";>#32818</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class 
outside of transaction <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32770";>#32770</a></li>
   <li><code>MergedAnnotations</code> search does not find container for 
repeatable annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32751";>#32751</a></li>
   <li><code>AnnotationConfigWebApplicationContext</code> should propagate 
<code>ApplicationStartup</code> to <code>BeanFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32749";>#32749</a></li>
   <li>Ignore non-String keys in 
<code>PropertiesPropertySource.getPropertyNames()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32744";>#32744</a></li>
   <li>&quot;multiple subscribers not supported&quot; when using WebClient 
exchange <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32728";>#32728</a></li>
   <li>Deadlock/Stall in ConcurrentWebSocketSessionDecorator with Undertow 
2.3.10 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32698";>#32698</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Correct documentation on streaming with MockMvcWebTestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32723";>#32723</a></li>
   <li>Update links to HttpOnly documentation at OWASP in 
<code>ResponseCookie</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32668";>#32668</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.44 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32788";>#32788</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2399806d5f0a0e5fcecd8dd57fbae493f8b8da3f";><code>2399806</code></a>
 Release v5.3.36</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/eff9f5b92a0f4daa65f6f6276b0915879b24497c";><code>eff9f5b</code></a>
 Select most specific advice method in case of override</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f1fed9c174705aa4f2817c94fc519f17b670976b";><code>f1fed9c</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d2e7cf439545cac51a464956017f1db433990eba";><code>d2e7cf4</code></a>
 Default fallback parsing for UTC without milliseconds</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/47a7abee8f223266bfdd012a03b88f2f7b8f5a32";><code>47a7abe</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ef2c140d3cbb5fe7dd53afd65c6ca061f617911a";><code>ef2c140</code></a>
 Defensively catch and log pointcut parsing exceptions</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/de6cf845b102cffd81dd52013cf9dc3cfe0d04df";><code>de6cf84</code></a>
 Next development version (v5.3.36-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7da43a80e4327bf788d24ce2a3a573766928382d";><code>7da43a8</code></a>
 Upgrade to Reactor 2020.0.44 and Netty 4.1.109</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8323c87ea2d964dc19538c04e2d4765a58a83bae";><code>8323c87</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c65a5e04a19ecbf67265ea7be5010ef2fbd45f0";><code>0c65a5e</code></a>
 Accept ajc-compiled <a 
href="https://github.com/Aspect";><code>@​Aspect</code></a> classes for Spring 
AOP proxy usage</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.34...v5.3.36";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-web` from 5.3.34 to 5.3.36
   <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.36</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Overridden aspect method runs twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32868";>#32868</a></li>
   <li><code>@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)</code> cannot 
convert UTC without milliseconds to <code>java.util.Date</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32860";>#32860</a></li>
   <li>Spring AOP fails against registered <code>@Configurable</code> aspect <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32840";>#32840</a></li>
   </ul>
   <h2>v5.3.35</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Accept ajc-compiled <code>@Aspect</code> classes for Spring AOP proxy 
usage <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32818";>#32818</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class 
outside of transaction <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32770";>#32770</a></li>
   <li><code>MergedAnnotations</code> search does not find container for 
repeatable annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32751";>#32751</a></li>
   <li><code>AnnotationConfigWebApplicationContext</code> should propagate 
<code>ApplicationStartup</code> to <code>BeanFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32749";>#32749</a></li>
   <li>Ignore non-String keys in 
<code>PropertiesPropertySource.getPropertyNames()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32744";>#32744</a></li>
   <li>&quot;multiple subscribers not supported&quot; when using WebClient 
exchange <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32728";>#32728</a></li>
   <li>Deadlock/Stall in ConcurrentWebSocketSessionDecorator with Undertow 
2.3.10 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32698";>#32698</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Correct documentation on streaming with MockMvcWebTestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32723";>#32723</a></li>
   <li>Update links to HttpOnly documentation at OWASP in 
<code>ResponseCookie</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32668";>#32668</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.44 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32788";>#32788</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2399806d5f0a0e5fcecd8dd57fbae493f8b8da3f";><code>2399806</code></a>
 Release v5.3.36</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/eff9f5b92a0f4daa65f6f6276b0915879b24497c";><code>eff9f5b</code></a>
 Select most specific advice method in case of override</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f1fed9c174705aa4f2817c94fc519f17b670976b";><code>f1fed9c</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d2e7cf439545cac51a464956017f1db433990eba";><code>d2e7cf4</code></a>
 Default fallback parsing for UTC without milliseconds</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/47a7abee8f223266bfdd012a03b88f2f7b8f5a32";><code>47a7abe</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ef2c140d3cbb5fe7dd53afd65c6ca061f617911a";><code>ef2c140</code></a>
 Defensively catch and log pointcut parsing exceptions</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/de6cf845b102cffd81dd52013cf9dc3cfe0d04df";><code>de6cf84</code></a>
 Next development version (v5.3.36-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7da43a80e4327bf788d24ce2a3a573766928382d";><code>7da43a8</code></a>
 Upgrade to Reactor 2020.0.44 and Netty 4.1.109</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8323c87ea2d964dc19538c04e2d4765a58a83bae";><code>8323c87</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c65a5e04a19ecbf67265ea7be5010ef2fbd45f0";><code>0c65a5e</code></a>
 Accept ajc-compiled <a 
href="https://github.com/Aspect";><code>@​Aspect</code></a> classes for Spring 
AOP proxy usage</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.34...v5.3.36";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-webmvc` from 5.3.34 to 5.3.36
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-webmvc's
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.3.36</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Overridden aspect method runs twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32868";>#32868</a></li>
   <li><code>@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)</code> cannot 
convert UTC without milliseconds to <code>java.util.Date</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32860";>#32860</a></li>
   <li>Spring AOP fails against registered <code>@Configurable</code> aspect <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32840";>#32840</a></li>
   </ul>
   <h2>v5.3.35</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Accept ajc-compiled <code>@Aspect</code> classes for Spring AOP proxy 
usage <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32818";>#32818</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class 
outside of transaction <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32770";>#32770</a></li>
   <li><code>MergedAnnotations</code> search does not find container for 
repeatable annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32751";>#32751</a></li>
   <li><code>AnnotationConfigWebApplicationContext</code> should propagate 
<code>ApplicationStartup</code> to <code>BeanFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32749";>#32749</a></li>
   <li>Ignore non-String keys in 
<code>PropertiesPropertySource.getPropertyNames()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32744";>#32744</a></li>
   <li>&quot;multiple subscribers not supported&quot; when using WebClient 
exchange <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32728";>#32728</a></li>
   <li>Deadlock/Stall in ConcurrentWebSocketSessionDecorator with Undertow 
2.3.10 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32698";>#32698</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Correct documentation on streaming with MockMvcWebTestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32723";>#32723</a></li>
   <li>Update links to HttpOnly documentation at OWASP in 
<code>ResponseCookie</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32668";>#32668</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.44 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32788";>#32788</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2399806d5f0a0e5fcecd8dd57fbae493f8b8da3f";><code>2399806</code></a>
 Release v5.3.36</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/eff9f5b92a0f4daa65f6f6276b0915879b24497c";><code>eff9f5b</code></a>
 Select most specific advice method in case of override</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f1fed9c174705aa4f2817c94fc519f17b670976b";><code>f1fed9c</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d2e7cf439545cac51a464956017f1db433990eba";><code>d2e7cf4</code></a>
 Default fallback parsing for UTC without milliseconds</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/47a7abee8f223266bfdd012a03b88f2f7b8f5a32";><code>47a7abe</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ef2c140d3cbb5fe7dd53afd65c6ca061f617911a";><code>ef2c140</code></a>
 Defensively catch and log pointcut parsing exceptions</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/de6cf845b102cffd81dd52013cf9dc3cfe0d04df";><code>de6cf84</code></a>
 Next development version (v5.3.36-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7da43a80e4327bf788d24ce2a3a573766928382d";><code>7da43a8</code></a>
 Upgrade to Reactor 2020.0.44 and Netty 4.1.109</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8323c87ea2d964dc19538c04e2d4765a58a83bae";><code>8323c87</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c65a5e04a19ecbf67265ea7be5010ef2fbd45f0";><code>0c65a5e</code></a>
 Accept ajc-compiled <a 
href="https://github.com/Aspect";><code>@​Aspect</code></a> classes for Spring 
AOP proxy usage</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.34...v5.3.36";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 5.3.34 to 5.3.36
   <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.36</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Overridden aspect method runs twice <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32868";>#32868</a></li>
   <li><code>@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)</code> cannot 
convert UTC without milliseconds to <code>java.util.Date</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32860";>#32860</a></li>
   <li>Spring AOP fails against registered <code>@Configurable</code> aspect <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32840";>#32840</a></li>
   </ul>
   <h2>v5.3.35</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Accept ajc-compiled <code>@Aspect</code> classes for Spring AOP proxy 
usage <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32818";>#32818</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class 
outside of transaction <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32770";>#32770</a></li>
   <li><code>MergedAnnotations</code> search does not find container for 
repeatable annotation <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32751";>#32751</a></li>
   <li><code>AnnotationConfigWebApplicationContext</code> should propagate 
<code>ApplicationStartup</code> to <code>BeanFactory</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32749";>#32749</a></li>
   <li>Ignore non-String keys in 
<code>PropertiesPropertySource.getPropertyNames()</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32744";>#32744</a></li>
   <li>&quot;multiple subscribers not supported&quot; when using WebClient 
exchange <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32728";>#32728</a></li>
   <li>Deadlock/Stall in ConcurrentWebSocketSessionDecorator with Undertow 
2.3.10 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32698";>#32698</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Correct documentation on streaming with MockMvcWebTestClient <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32723";>#32723</a></li>
   <li>Update links to HttpOnly documentation at OWASP in 
<code>ResponseCookie</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32668";>#32668</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.44 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32788";>#32788</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2399806d5f0a0e5fcecd8dd57fbae493f8b8da3f";><code>2399806</code></a>
 Release v5.3.36</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/eff9f5b92a0f4daa65f6f6276b0915879b24497c";><code>eff9f5b</code></a>
 Select most specific advice method in case of override</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f1fed9c174705aa4f2817c94fc519f17b670976b";><code>f1fed9c</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/d2e7cf439545cac51a464956017f1db433990eba";><code>d2e7cf4</code></a>
 Default fallback parsing for UTC without milliseconds</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/47a7abee8f223266bfdd012a03b88f2f7b8f5a32";><code>47a7abe</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ef2c140d3cbb5fe7dd53afd65c6ca061f617911a";><code>ef2c140</code></a>
 Defensively catch and log pointcut parsing exceptions</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/de6cf845b102cffd81dd52013cf9dc3cfe0d04df";><code>de6cf84</code></a>
 Next development version (v5.3.36-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7da43a80e4327bf788d24ce2a3a573766928382d";><code>7da43a8</code></a>
 Upgrade to Reactor 2020.0.44 and Netty 4.1.109</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8323c87ea2d964dc19538c04e2d4765a58a83bae";><code>8323c87</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0c65a5e04a19ecbf67265ea7be5010ef2fbd45f0";><code>0c65a5e</code></a>
 Accept ajc-compiled <a 
href="https://github.com/Aspect";><code>@​Aspect</code></a> classes for Spring 
AOP proxy usage</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.34...v5.3.36";>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...@myfaces.apache.org

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

Reply via email to