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

   Bumps `spring.version` from 5.3.33 to 5.3.34.
   Updates `org.springframework:spring-core` from 5.3.33 to 5.3.34
   <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.34</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Log column type for limited support message in 
<code>JdbcUtils.getResultSetValue</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32603";>#32603</a></li>
   <li>Avoid additional unnecessary <code>Annotation</code> array cloning in 
<code>TypeDescriptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32477";>#32477</a></li>
   <li>Avoid cloning empty <code>Annotation</code> array in 
<code>TypeDescriptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32466";>#32466</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Refine scheme, userinfo, host and port parsing in UriComponentsBuilder 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32618";>#32618</a></li>
   <li><code>MethodIntrospector.selectMethods()</code> fails to detect bridge 
methods across ApplicationContexts <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32588";>#32588</a></li>
   <li>JmsUtils.commitIfNecessary catches and ignores JMS 
IllegalStateException, losing message with ActiveMQ Artemis <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32480";>#32480</a></li>
   <li>Consistently apply TaskDecorator to ManagedExecutorService as well <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32457";>#32457</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.43 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32594";>#32594</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fb9a56f40cf6d6a978f92c0c0d52515f59efb0c9";><code>fb9a56f</code></a>
 Release v5.3.34</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7678286fb3efa7bd7719ffe3055da9ed01e9f2f9";><code>7678286</code></a>
 Refine UriComponentsBuilder parsing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/510ff8772150d8aa47f48f5fbf0b54d08dcd97a2";><code>510ff87</code></a>
 Upgrade to Reactor 2020.0.43</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7609727433da969969b07b66232f6ce57add50ba";><code>7609727</code></a>
 Detect bridge methods across ApplicationContexts in MethodIntrospector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a0ae96da6972fd9a535febc9be99d29241117b9f";><code>a0ae96d</code></a>
 Upgrade to Netty 4.1.108</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1d2daa5d6ec1b0725316be350481febc63fcc6f5";><code>1d2daa5</code></a>
 Log column type for limited support message in getResultSetValue</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/239594595c9cfd00243f84a91bbc6f16b0f7d3e5";><code>2395945</code></a>
 Upgrade actions that use deprecated features</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/76c0017180c07fa60bf9929ee38f1a6ede662478";><code>76c0017</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0628b479f15dfb3a7d44bde7b86dfec5d9430c11";><code>0628b47</code></a>
 Propagate JMS IllegalStateException from commit/rollbackIfNecessary</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f6205d4207c6728fb4293d394639f953986d9895";><code>f6205d4</code></a>
 Avoid unnecessary Annotation array cloning in TypeDescriptor</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.34";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-web` from 5.3.33 to 5.3.34
   <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.34</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Log column type for limited support message in 
<code>JdbcUtils.getResultSetValue</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32603";>#32603</a></li>
   <li>Avoid additional unnecessary <code>Annotation</code> array cloning in 
<code>TypeDescriptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32477";>#32477</a></li>
   <li>Avoid cloning empty <code>Annotation</code> array in 
<code>TypeDescriptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32466";>#32466</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Refine scheme, userinfo, host and port parsing in UriComponentsBuilder 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32618";>#32618</a></li>
   <li><code>MethodIntrospector.selectMethods()</code> fails to detect bridge 
methods across ApplicationContexts <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32588";>#32588</a></li>
   <li>JmsUtils.commitIfNecessary catches and ignores JMS 
IllegalStateException, losing message with ActiveMQ Artemis <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32480";>#32480</a></li>
   <li>Consistently apply TaskDecorator to ManagedExecutorService as well <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32457";>#32457</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.43 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32594";>#32594</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fb9a56f40cf6d6a978f92c0c0d52515f59efb0c9";><code>fb9a56f</code></a>
 Release v5.3.34</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7678286fb3efa7bd7719ffe3055da9ed01e9f2f9";><code>7678286</code></a>
 Refine UriComponentsBuilder parsing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/510ff8772150d8aa47f48f5fbf0b54d08dcd97a2";><code>510ff87</code></a>
 Upgrade to Reactor 2020.0.43</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7609727433da969969b07b66232f6ce57add50ba";><code>7609727</code></a>
 Detect bridge methods across ApplicationContexts in MethodIntrospector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a0ae96da6972fd9a535febc9be99d29241117b9f";><code>a0ae96d</code></a>
 Upgrade to Netty 4.1.108</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1d2daa5d6ec1b0725316be350481febc63fcc6f5";><code>1d2daa5</code></a>
 Log column type for limited support message in getResultSetValue</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/239594595c9cfd00243f84a91bbc6f16b0f7d3e5";><code>2395945</code></a>
 Upgrade actions that use deprecated features</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/76c0017180c07fa60bf9929ee38f1a6ede662478";><code>76c0017</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0628b479f15dfb3a7d44bde7b86dfec5d9430c11";><code>0628b47</code></a>
 Propagate JMS IllegalStateException from commit/rollbackIfNecessary</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f6205d4207c6728fb4293d394639f953986d9895";><code>f6205d4</code></a>
 Avoid unnecessary Annotation array cloning in TypeDescriptor</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.34";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-webmvc` from 5.3.33 to 5.3.34
   <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.34</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Log column type for limited support message in 
<code>JdbcUtils.getResultSetValue</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32603";>#32603</a></li>
   <li>Avoid additional unnecessary <code>Annotation</code> array cloning in 
<code>TypeDescriptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32477";>#32477</a></li>
   <li>Avoid cloning empty <code>Annotation</code> array in 
<code>TypeDescriptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32466";>#32466</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Refine scheme, userinfo, host and port parsing in UriComponentsBuilder 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32618";>#32618</a></li>
   <li><code>MethodIntrospector.selectMethods()</code> fails to detect bridge 
methods across ApplicationContexts <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32588";>#32588</a></li>
   <li>JmsUtils.commitIfNecessary catches and ignores JMS 
IllegalStateException, losing message with ActiveMQ Artemis <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32480";>#32480</a></li>
   <li>Consistently apply TaskDecorator to ManagedExecutorService as well <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32457";>#32457</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.43 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32594";>#32594</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fb9a56f40cf6d6a978f92c0c0d52515f59efb0c9";><code>fb9a56f</code></a>
 Release v5.3.34</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7678286fb3efa7bd7719ffe3055da9ed01e9f2f9";><code>7678286</code></a>
 Refine UriComponentsBuilder parsing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/510ff8772150d8aa47f48f5fbf0b54d08dcd97a2";><code>510ff87</code></a>
 Upgrade to Reactor 2020.0.43</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7609727433da969969b07b66232f6ce57add50ba";><code>7609727</code></a>
 Detect bridge methods across ApplicationContexts in MethodIntrospector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a0ae96da6972fd9a535febc9be99d29241117b9f";><code>a0ae96d</code></a>
 Upgrade to Netty 4.1.108</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1d2daa5d6ec1b0725316be350481febc63fcc6f5";><code>1d2daa5</code></a>
 Log column type for limited support message in getResultSetValue</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/239594595c9cfd00243f84a91bbc6f16b0f7d3e5";><code>2395945</code></a>
 Upgrade actions that use deprecated features</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/76c0017180c07fa60bf9929ee38f1a6ede662478";><code>76c0017</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0628b479f15dfb3a7d44bde7b86dfec5d9430c11";><code>0628b47</code></a>
 Propagate JMS IllegalStateException from commit/rollbackIfNecessary</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f6205d4207c6728fb4293d394639f953986d9895";><code>f6205d4</code></a>
 Avoid unnecessary Annotation array cloning in TypeDescriptor</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.34";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework:spring-context` from 5.3.33 to 5.3.34
   <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.34</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Log column type for limited support message in 
<code>JdbcUtils.getResultSetValue</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32603";>#32603</a></li>
   <li>Avoid additional unnecessary <code>Annotation</code> array cloning in 
<code>TypeDescriptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32477";>#32477</a></li>
   <li>Avoid cloning empty <code>Annotation</code> array in 
<code>TypeDescriptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32466";>#32466</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Refine scheme, userinfo, host and port parsing in UriComponentsBuilder 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32618";>#32618</a></li>
   <li><code>MethodIntrospector.selectMethods()</code> fails to detect bridge 
methods across ApplicationContexts <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32588";>#32588</a></li>
   <li>JmsUtils.commitIfNecessary catches and ignores JMS 
IllegalStateException, losing message with ActiveMQ Artemis <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32480";>#32480</a></li>
   <li>Consistently apply TaskDecorator to ManagedExecutorService as well <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32457";>#32457</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Reactor 2020.0.43 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32594";>#32594</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/fb9a56f40cf6d6a978f92c0c0d52515f59efb0c9";><code>fb9a56f</code></a>
 Release v5.3.34</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7678286fb3efa7bd7719ffe3055da9ed01e9f2f9";><code>7678286</code></a>
 Refine UriComponentsBuilder parsing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/510ff8772150d8aa47f48f5fbf0b54d08dcd97a2";><code>510ff87</code></a>
 Upgrade to Reactor 2020.0.43</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/7609727433da969969b07b66232f6ce57add50ba";><code>7609727</code></a>
 Detect bridge methods across ApplicationContexts in MethodIntrospector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a0ae96da6972fd9a535febc9be99d29241117b9f";><code>a0ae96d</code></a>
 Upgrade to Netty 4.1.108</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1d2daa5d6ec1b0725316be350481febc63fcc6f5";><code>1d2daa5</code></a>
 Log column type for limited support message in getResultSetValue</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/239594595c9cfd00243f84a91bbc6f16b0f7d3e5";><code>2395945</code></a>
 Upgrade actions that use deprecated features</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/76c0017180c07fa60bf9929ee38f1a6ede662478";><code>76c0017</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0628b479f15dfb3a7d44bde7b86dfec5d9430c11";><code>0628b47</code></a>
 Propagate JMS IllegalStateException from commit/rollbackIfNecessary</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f6205d4207c6728fb4293d394639f953986d9895";><code>f6205d4</code></a>
 Avoid unnecessary Annotation array cloning in TypeDescriptor</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.34";>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