You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2021/02/19 07:07:12 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #509: chore(deps): bump spring-boot.version from 2.4.2 to 2.4.3

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


   Bumps `spring-boot.version` from 2.4.2 to 2.4.3.
   Updates `spring-boot-dependencies` from 2.4.2 to 2.4.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-dependencies's releases</a>.</em></p>
   <blockquote>
   <h2>v2.4.3</h2>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>DataSourceBuilder no longer invokes setUser on org.postgresql.ds.PGSimpleDataSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25363">#25363</a></li>
   <li>DatabaseDriver does not detect Amazon Redshift correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25312">#25312</a></li>
   <li>Migrations performed by Flyway or Liquibase may not have completed before the database is accessed via jOOQ <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25310">#25310</a></li>
   <li>No error message when using spring.profiles.include in a profile-specific config file if it's written as a YAML list <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25309">#25309</a></li>
   <li>Dependency management for Hibernate's new hibernate-micrometer module is missing <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25305">#25305</a></li>
   <li>DataSourceBuilder no longer invokes setUser on org.h2.jdbcx.JdbcDataSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25263">#25263</a></li>
   <li>Missing RabbitMQ metrics if bean is defined as a ConnectionFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25185">#25185</a></li>
   <li>A ContextRefreshedEvent from a child context may result in deadlock when using JPA deferred repositories <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25174">#25174</a></li>
   <li>Gradle plugin does not include transitive project dependencies into application layer <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25163">#25163</a></li>
   <li>initQueryTimeout and ildeTimeout defaults are not aligned with Cassandra defaults <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/25150">#25150</a></li>
   <li>Remote application from devtools does not work with security filter in WebSecurityConfigurerAdapter <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25147">#25147</a></li>
   <li>TestRestTemplate exchange triggers UnsupportedOperationException when using a UriTemplateRequestEntity <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25097">#25097</a></li>
   <li>WebMvcTest and WebFluxTest ignore user-provided Thymeleaf IDialect beans <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25072">#25072</a></li>
   <li>Managed versions of oauth2-oidc-sdk and nimbus-jose-jwt are incompatible <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25070">#25070</a></li>
   <li>BeanCreationException thrown creating 'neo4jMappingContext' with Spring Boot 2.4.2 when combined with MongoDB <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25069">#25069</a></li>
   <li>Collection conversion doesn't work for configtree properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25057">#25057</a></li>
   <li>ConfigData with Option.IGNORE_IMPORTS can cause NPE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25029">#25029</a></li>
   <li>spring.config.activate.on-profile cannot be used in profile specific file <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24990">#24990</a></li>
   <li>ConfigDataLoaders cannot have a DeferredLogFactory injected preventing their subcomponents from logging accurately <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24988">#24988</a></li>
   <li>Spring Data Solr support is not flagged as deprecated   <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24943">#24943</a></li>
   <li>Since 2.4.2, the Logback charset defaults to UTF-8 rather than the OS's default <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24894">#24894</a></li>
   <li>InvalidConfigDataPropertyException thrown when server processed ConfigData contains profiles <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24890">#24890</a></li>
   <li>When spring.mvc.pathmatch.matching-strategy is set to path-pattern-parser, the error handling of a management server listening on a separate port is broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24877">#24877</a></li>
   <li>mappings endpoint fails due to an NPE when spring.mvc.pathmatch.matching-strategy is set to path-pattern-parser <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24874">#24874</a></li>
   <li>Failures when recording metrics in MetricsClientHttpRequestInterceptor may interfere with RestTemplate's main behaviour <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24872">#24872</a></li>
   <li>Auto-configured DataSourceTransactionManager uses spring.dao.exceptiontranslation.enable rather than spring.dao.exceptiontranslation.enabled to control exception translation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/24867">#24867</a></li>
   <li>Illegal reflective access by org.springframework.cglib.core.ReflectUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24857">#24857</a></li>
   <li>Configuration metadata for logging.charset.* has invalid reference for java.nio.charset.Charset <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/24851">#24851</a></li>
   <li>Asynchronous deserialization performed by Hazelcast may fail due to the wrong ClassLoader being used <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24836">#24836</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Update the Gradle plugin documentation to recommend the maven-publish plugin over the maven plugin <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25307">#25307</a></li>
   <li>Document Kafka Streams metrics support <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25297">#25297</a></li>
   <li>Default values of integer properties in the application properties appendix are rendered as decimals <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25176">#25176</a></li>
   <li>Clarify usage of BufferingApplicationStartup <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/25075">#25075</a></li>
   <li>Since 2.3.8 and 2.4.2, the documented index format does not match the implementation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25066">#25066</a></li>
   <li>Clarify when retaining . characters in property keys requires bracket notation to be used <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25064">#25064</a></li>
   <li>Highlight that Duration and Period conversion is provided by the ApplicationConversionService and, by default, is not available for web conversion <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25061">#25061</a></li>
   <li>Document logging.register-shutdown-hook and why you may want to enable it <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25044">#25044</a></li>
   <li>bootRun project property command line example is incomplete <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25042">#25042</a></li>
   <li>Document the need to use the launcher to be able to use application.* properties in a custom banner <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25040">#25040</a></li>
   <li>Add some guidance to the reference documentation about diagnosing unexpected property values <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25038">#25038</a></li>
   <li>WebMvcProperties.MatchingStrategy should be documented as being since 2.4.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24875">#24875</a></li>
   <li>CONTRIBUTING.adoc contains broken link to spring-javaformat-intellij-idea-plugin <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24869">#24869</a></li>
   <li>Add version to reference docs index <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24854">#24854</a></li>
   <li>Remove YAML shortcomings section as it no longer applies <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/24620">#24620</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/49ea417fea07f5c48e4356abf0f65ff3b6a55e49"><code>49ea417</code></a> Release v2.4.3</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/526474f3b8cf75e9b2687c76900f4b46b9ac28c4"><code>526474f</code></a> Add username alias for Postgres's PGSimpleDataSource</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/bb56de715bd50e58e95145fbe2638eec63f1965f"><code>bb56de7</code></a> Upgrade to Spring Security 5.4.5</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/08f73e01da7c5538acae3c302817b5b1fd387f2e"><code>08f73e0</code></a> Upgrade to Spring Kafka 2.6.6</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/50a258a9ec4a7d146ac09bc839f7ebd89b348ff9"><code>50a258a</code></a> Upgrade to Spring Integration 5.4.4</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/332ab5e1c688f0a8d4d11e7ba0e133d10689de43"><code>332ab5e</code></a> Upgrade to Spring AMQP 2.3.5</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/a2695f215c8400762dceb82d6b338346c0f666a2"><code>a2695f2</code></a> Upgrade to Spring Data 2020.0.5</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/0a72f4de81bb3f37a30cdbf95c865046434d98c8"><code>0a72f4d</code></a> Merge branch '2.3.x' into 2.4.x</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/90fb65d4eab134f09f6754a45e9aece5e9de803e"><code>90fb65d</code></a> Upgrade to 0.0.6 of the changelog generator</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/83a18a31ea7e779d6d44154deabe6ec6e32f5447"><code>83a18a3</code></a> Start using 0.0.6 snapshots of the changelog generator</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.4.2...v2.4.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-boot-maven-plugin` from 2.4.2 to 2.4.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>v2.4.3</h2>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>DataSourceBuilder no longer invokes setUser on org.postgresql.ds.PGSimpleDataSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25363">#25363</a></li>
   <li>DatabaseDriver does not detect Amazon Redshift correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25312">#25312</a></li>
   <li>Migrations performed by Flyway or Liquibase may not have completed before the database is accessed via jOOQ <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25310">#25310</a></li>
   <li>No error message when using spring.profiles.include in a profile-specific config file if it's written as a YAML list <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25309">#25309</a></li>
   <li>Dependency management for Hibernate's new hibernate-micrometer module is missing <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25305">#25305</a></li>
   <li>DataSourceBuilder no longer invokes setUser on org.h2.jdbcx.JdbcDataSource <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25263">#25263</a></li>
   <li>Missing RabbitMQ metrics if bean is defined as a ConnectionFactory <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25185">#25185</a></li>
   <li>A ContextRefreshedEvent from a child context may result in deadlock when using JPA deferred repositories <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25174">#25174</a></li>
   <li>Gradle plugin does not include transitive project dependencies into application layer <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25163">#25163</a></li>
   <li>initQueryTimeout and ildeTimeout defaults are not aligned with Cassandra defaults <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/25150">#25150</a></li>
   <li>Remote application from devtools does not work with security filter in WebSecurityConfigurerAdapter <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25147">#25147</a></li>
   <li>TestRestTemplate exchange triggers UnsupportedOperationException when using a UriTemplateRequestEntity <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25097">#25097</a></li>
   <li>WebMvcTest and WebFluxTest ignore user-provided Thymeleaf IDialect beans <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25072">#25072</a></li>
   <li>Managed versions of oauth2-oidc-sdk and nimbus-jose-jwt are incompatible <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25070">#25070</a></li>
   <li>BeanCreationException thrown creating 'neo4jMappingContext' with Spring Boot 2.4.2 when combined with MongoDB <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25069">#25069</a></li>
   <li>Collection conversion doesn't work for configtree properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25057">#25057</a></li>
   <li>ConfigData with Option.IGNORE_IMPORTS can cause NPE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25029">#25029</a></li>
   <li>spring.config.activate.on-profile cannot be used in profile specific file <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24990">#24990</a></li>
   <li>ConfigDataLoaders cannot have a DeferredLogFactory injected preventing their subcomponents from logging accurately <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24988">#24988</a></li>
   <li>Spring Data Solr support is not flagged as deprecated   <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24943">#24943</a></li>
   <li>Since 2.4.2, the Logback charset defaults to UTF-8 rather than the OS's default <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24894">#24894</a></li>
   <li>InvalidConfigDataPropertyException thrown when server processed ConfigData contains profiles <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24890">#24890</a></li>
   <li>When spring.mvc.pathmatch.matching-strategy is set to path-pattern-parser, the error handling of a management server listening on a separate port is broken <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24877">#24877</a></li>
   <li>mappings endpoint fails due to an NPE when spring.mvc.pathmatch.matching-strategy is set to path-pattern-parser <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24874">#24874</a></li>
   <li>Failures when recording metrics in MetricsClientHttpRequestInterceptor may interfere with RestTemplate's main behaviour <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24872">#24872</a></li>
   <li>Auto-configured DataSourceTransactionManager uses spring.dao.exceptiontranslation.enable rather than spring.dao.exceptiontranslation.enabled to control exception translation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/24867">#24867</a></li>
   <li>Illegal reflective access by org.springframework.cglib.core.ReflectUtils <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24857">#24857</a></li>
   <li>Configuration metadata for logging.charset.* has invalid reference for java.nio.charset.Charset <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/24851">#24851</a></li>
   <li>Asynchronous deserialization performed by Hazelcast may fail due to the wrong ClassLoader being used <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24836">#24836</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Update the Gradle plugin documentation to recommend the maven-publish plugin over the maven plugin <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25307">#25307</a></li>
   <li>Document Kafka Streams metrics support <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25297">#25297</a></li>
   <li>Default values of integer properties in the application properties appendix are rendered as decimals <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25176">#25176</a></li>
   <li>Clarify usage of BufferingApplicationStartup <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/25075">#25075</a></li>
   <li>Since 2.3.8 and 2.4.2, the documented index format does not match the implementation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25066">#25066</a></li>
   <li>Clarify when retaining . characters in property keys requires bracket notation to be used <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25064">#25064</a></li>
   <li>Highlight that Duration and Period conversion is provided by the ApplicationConversionService and, by default, is not available for web conversion <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25061">#25061</a></li>
   <li>Document logging.register-shutdown-hook and why you may want to enable it <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25044">#25044</a></li>
   <li>bootRun project property command line example is incomplete <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25042">#25042</a></li>
   <li>Document the need to use the launcher to be able to use application.* properties in a custom banner <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25040">#25040</a></li>
   <li>Add some guidance to the reference documentation about diagnosing unexpected property values <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25038">#25038</a></li>
   <li>WebMvcProperties.MatchingStrategy should be documented as being since 2.4.0 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24875">#24875</a></li>
   <li>CONTRIBUTING.adoc contains broken link to spring-javaformat-intellij-idea-plugin <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24869">#24869</a></li>
   <li>Add version to reference docs index <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24854">#24854</a></li>
   <li>Remove YAML shortcomings section as it no longer applies <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/24620">#24620</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/49ea417fea07f5c48e4356abf0f65ff3b6a55e49"><code>49ea417</code></a> Release v2.4.3</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/526474f3b8cf75e9b2687c76900f4b46b9ac28c4"><code>526474f</code></a> Add username alias for Postgres's PGSimpleDataSource</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/bb56de715bd50e58e95145fbe2638eec63f1965f"><code>bb56de7</code></a> Upgrade to Spring Security 5.4.5</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/08f73e01da7c5538acae3c302817b5b1fd387f2e"><code>08f73e0</code></a> Upgrade to Spring Kafka 2.6.6</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/50a258a9ec4a7d146ac09bc839f7ebd89b348ff9"><code>50a258a</code></a> Upgrade to Spring Integration 5.4.4</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/332ab5e1c688f0a8d4d11e7ba0e133d10689de43"><code>332ab5e</code></a> Upgrade to Spring AMQP 2.3.5</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/a2695f215c8400762dceb82d6b338346c0f666a2"><code>a2695f2</code></a> Upgrade to Spring Data 2020.0.5</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/0a72f4de81bb3f37a30cdbf95c865046434d98c8"><code>0a72f4d</code></a> Merge branch '2.3.x' into 2.4.x</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/90fb65d4eab134f09f6754a45e9aece5e9de803e"><code>90fb65d</code></a> Upgrade to 0.0.6 of the changelog generator</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/83a18a31ea7e779d6d44154deabe6ec6e32f5447"><code>83a18a3</code></a> Start using 0.0.6 snapshots of the changelog generator</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.4.2...v2.4.3">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
   
   
   </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.

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



[GitHub] [myfaces-tobago] lofwyr14 merged pull request #509: chore(deps): bump spring-boot.version from 2.4.2 to 2.4.3

Posted by GitBox <gi...@apache.org>.
lofwyr14 merged pull request #509:
URL: https://github.com/apache/myfaces-tobago/pull/509


   


----------------------------------------------------------------
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.

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