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

   Bumps `spring-boot.version` from 3.5.7 to 3.5.8.
   Updates `org.springframework.boot:spring-boot` from 3.5.7 to 3.5.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.8</h2>
   <h2>:warning: Noteworthy changes</h2>
   <ul>
   <li>This release <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48104";>contains
 a fix</a> to get Testcontainers working with modern Docker versions. If this 
causes problems in your setup, <a 
href="https://docs.spring.io/spring-boot/3.4/how-to/testing.html#howto.testing.testcontainers-api-downgrade";>you
 can downgrade the minimum Docker API</a>, effectively reverting that 
change.</li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Gradle war task does not exclude starter POMs from lib-provided <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48196";>#48196</a></li>
   <li>Testcontainers integration fails on Docker 29.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48192";>#48192</a></li>
   <li>SslMeterBinder doesn't register metrics for dynamically added bundles if 
no bundles exist at bind time <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48180";>#48180</a></li>
   <li>Properties bound in the child management context ignore the parent's 
environment prefix <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48176";>#48176</a></li>
   <li>ssl.chain.expiry metrics doesn't update for dynamically registered SSL 
bundles <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/48153";>#48153</a></li>
   <li>Auto-configuration exclusions are checked using a different class loader 
to the one that loads auto-configuration classes <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/48129";>#48129</a></li>
   <li>New arm64 macbooks fail to bootBuildImage due to incorrect platform 
image <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48127";>#48127</a></li>
   <li>NullPointerException when using 
<code>@ConditionalOnSingleCandidate</code> with multiple manually registered 
singletons <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48123";>#48123</a></li>
   <li>Buildpack fails with recent Docker installs due to hardcoded version in 
URL <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48102";>#48102</a></li>
   <li>Image building may fail when specifying a platform if an image has 
already been built with a different platform <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48098";>#48098</a></li>
   <li>Undertow's ServletContext is destroy too early, making it unusable in 
<code>@PreDestroy</code> methods <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48061";>#48061</a></li>
   <li>PortInUseException incorrectly thrown on failure to bind port due to 
Netty IP misconfiguration <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48058";>#48058</a></li>
   <li>Auto-configured JCacheMetrics cannot be customized <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48056";>#48056</a></li>
   <li>WebSecurityCustomizer beans are excluded by WebMvcTest <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48054";>#48054</a></li>
   <li>Devtools Restarter does not work with a parameterless main method <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/47987";>#47987</a></li>
   <li>Setting 'max-uri-tags' does not prevent unlimited meter growth on any 
AutoConfiguredCompositeMeterRegistry <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47923";>#47923</a></li>
   <li>Docker response 407 is not handled correctly resulting in no error 
message <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47900";>#47900</a></li>
   <li>spring-boot-maven-plugin process-aot goal does not find package-private 
main method <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47780";>#47780</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Revise AWS section of &quot;Deploying to the Cloud&quot; in reference 
manual <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/48156";>#48156</a></li>
   <li>Fix typo in PortInUseException Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48133";>#48133</a></li>
   <li>Correct section about required setters in &quot;Type-safe Configuration 
Properties&quot; <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48130";>#48130</a></li>
   <li>Document EndpointObjectMapper and 
management.endpoints.jackson.isolated-object-mapper <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48114";>#48114</a></li>
   <li>Document support for configuring servlet context init parameters using 
properties <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48111";>#48111</a></li>
   <li>Clarify how warnings about soon-to-expire SSL certificates are reported 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48062";>#48062</a></li>
   <li>Document how to use ContextPropagatingTaskDecorator for propagating 
trace context over thread boundaries <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48052";>#48052</a></li>
   <li>Use since attribute in configuration properties deprecation consistently 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/47980";>#47980</a></li>
   <li>BootstrapContext#getOrElseThrow has incorrect reference to 
IllegalStateException <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47905";>#47905</a></li>
   <li>Clarify when BootstrapContext get methods may return null rather than 
throwing an exception or calling the fallback supplier <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47898";>#47898</a></li>
   <li>Document that Actuator endpoint may have at most one extension of each 
type <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47873";>#47873</a></li>
   <li>Limit Kotlin API documentation to Kotlin-specific APIs <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47859";>#47859</a></li>
   <li>Adapt AOTCache documentation to JEP 514 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47274";>#47274</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Downgrade to Cassandra Driver 4.19.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47926";>#47926</a></li>
   <li>Upgrade to AspectJ 1.9.25 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48005";>#48005</a></li>
   <li>Upgrade to Caffeine 3.2.3 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48006";>#48006</a></li>
   <li>Upgrade to Cassandra Driver 4.19.2 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48183";>#48183</a></li>
   <li>Upgrade to DB2 JDBC 12.1.3.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48083";>#48083</a></li>
   <li>Upgrade to Hibernate 6.6.36.Final <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48148";>#48148</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/17f22c3ccedb419e9a58276c84336a2d0fc70727";><code>17f22c3</code></a>
 Release v3.5.8</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/4f03b44e972fac9ab11b833daa5c1ec328712fd8";><code>4f03b44</code></a>
 Merge branch '3.4.x' into 3.5.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/3d15c13270a78dc6334aee2dd2fac9d7f5c41794";><code>3d15c13</code></a>
 Next development version (v3.4.13-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/3b539aa9b45ac16afa7b854bae3e86ef0a1b194e";><code>3b539aa</code></a>
 Merge branch '3.4.x' into 3.5.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/ee70d559761b4c1068be82883035672a222eb9be";><code>ee70d55</code></a>
 Upgrade to Spring Framework 6.2.14</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/f7b4a8b3776db8a33dab470380a080bdf045baeb";><code>f7b4a8b</code></a>
 Merge branch '3.4.x' into 3.5.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/4a8d01d2b627e436830b8f55fc4fa42aaff9d4b9";><code>4a8d01d</code></a>
 Exclude starter POMs from lib-provided when using Gradle</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/0bb0d5370a0099c662ccf9087e5f2c08655a13d3";><code>0bb0d53</code></a>
 Merge branch '3.4.x' into 3.5.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/4625534e838a5c09eb58be0c48173efe9c418f42";><code>4625534</code></a>
 Force Testcontainers Docker API version for Docker 29.0.0+ compatibility</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/7891ebf8b160e630e49875d19d3b964bffcb4f08";><code>7891ebf</code></a>
 Merge branch '3.4.x' into 3.5.x</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.5.7...v3.5.8";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.7 to 
3.5.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot-maven-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.8</h2>
   <h2>:warning: Noteworthy changes</h2>
   <ul>
   <li>This release <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48104";>contains
 a fix</a> to get Testcontainers working with modern Docker versions. If this 
causes problems in your setup, <a 
href="https://docs.spring.io/spring-boot/3.4/how-to/testing.html#howto.testing.testcontainers-api-downgrade";>you
 can downgrade the minimum Docker API</a>, effectively reverting that 
change.</li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Gradle war task does not exclude starter POMs from lib-provided <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48196";>#48196</a></li>
   <li>Testcontainers integration fails on Docker 29.0.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48192";>#48192</a></li>
   <li>SslMeterBinder doesn't register metrics for dynamically added bundles if 
no bundles exist at bind time <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48180";>#48180</a></li>
   <li>Properties bound in the child management context ignore the parent's 
environment prefix <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48176";>#48176</a></li>
   <li>ssl.chain.expiry metrics doesn't update for dynamically registered SSL 
bundles <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/48153";>#48153</a></li>
   <li>Auto-configuration exclusions are checked using a different class loader 
to the one that loads auto-configuration classes <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/48129";>#48129</a></li>
   <li>New arm64 macbooks fail to bootBuildImage due to incorrect platform 
image <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48127";>#48127</a></li>
   <li>NullPointerException when using 
<code>@ConditionalOnSingleCandidate</code> with multiple manually registered 
singletons <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48123";>#48123</a></li>
   <li>Buildpack fails with recent Docker installs due to hardcoded version in 
URL <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48102";>#48102</a></li>
   <li>Image building may fail when specifying a platform if an image has 
already been built with a different platform <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48098";>#48098</a></li>
   <li>Undertow's ServletContext is destroy too early, making it unusable in 
<code>@PreDestroy</code> methods <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48061";>#48061</a></li>
   <li>PortInUseException incorrectly thrown on failure to bind port due to 
Netty IP misconfiguration <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48058";>#48058</a></li>
   <li>Auto-configured JCacheMetrics cannot be customized <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48056";>#48056</a></li>
   <li>WebSecurityCustomizer beans are excluded by WebMvcTest <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48054";>#48054</a></li>
   <li>Devtools Restarter does not work with a parameterless main method <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/47987";>#47987</a></li>
   <li>Setting 'max-uri-tags' does not prevent unlimited meter growth on any 
AutoConfiguredCompositeMeterRegistry <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47923";>#47923</a></li>
   <li>Docker response 407 is not handled correctly resulting in no error 
message <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47900";>#47900</a></li>
   <li>spring-boot-maven-plugin process-aot goal does not find package-private 
main method <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47780";>#47780</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Revise AWS section of &quot;Deploying to the Cloud&quot; in reference 
manual <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/48156";>#48156</a></li>
   <li>Fix typo in PortInUseException Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48133";>#48133</a></li>
   <li>Correct section about required setters in &quot;Type-safe Configuration 
Properties&quot; <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48130";>#48130</a></li>
   <li>Document EndpointObjectMapper and 
management.endpoints.jackson.isolated-object-mapper <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48114";>#48114</a></li>
   <li>Document support for configuring servlet context init parameters using 
properties <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48111";>#48111</a></li>
   <li>Clarify how warnings about soon-to-expire SSL certificates are reported 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48062";>#48062</a></li>
   <li>Document how to use ContextPropagatingTaskDecorator for propagating 
trace context over thread boundaries <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48052";>#48052</a></li>
   <li>Use since attribute in configuration properties deprecation consistently 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/47980";>#47980</a></li>
   <li>BootstrapContext#getOrElseThrow has incorrect reference to 
IllegalStateException <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47905";>#47905</a></li>
   <li>Clarify when BootstrapContext get methods may return null rather than 
throwing an exception or calling the fallback supplier <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47898";>#47898</a></li>
   <li>Document that Actuator endpoint may have at most one extension of each 
type <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47873";>#47873</a></li>
   <li>Limit Kotlin API documentation to Kotlin-specific APIs <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47859";>#47859</a></li>
   <li>Adapt AOTCache documentation to JEP 514 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47274";>#47274</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Downgrade to Cassandra Driver 4.19.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/47926";>#47926</a></li>
   <li>Upgrade to AspectJ 1.9.25 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48005";>#48005</a></li>
   <li>Upgrade to Caffeine 3.2.3 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48006";>#48006</a></li>
   <li>Upgrade to Cassandra Driver 4.19.2 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48183";>#48183</a></li>
   <li>Upgrade to DB2 JDBC 12.1.3.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48083";>#48083</a></li>
   <li>Upgrade to Hibernate 6.6.36.Final <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/48148";>#48148</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/17f22c3ccedb419e9a58276c84336a2d0fc70727";><code>17f22c3</code></a>
 Release v3.5.8</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/4f03b44e972fac9ab11b833daa5c1ec328712fd8";><code>4f03b44</code></a>
 Merge branch '3.4.x' into 3.5.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/3d15c13270a78dc6334aee2dd2fac9d7f5c41794";><code>3d15c13</code></a>
 Next development version (v3.4.13-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/3b539aa9b45ac16afa7b854bae3e86ef0a1b194e";><code>3b539aa</code></a>
 Merge branch '3.4.x' into 3.5.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/ee70d559761b4c1068be82883035672a222eb9be";><code>ee70d55</code></a>
 Upgrade to Spring Framework 6.2.14</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/f7b4a8b3776db8a33dab470380a080bdf045baeb";><code>f7b4a8b</code></a>
 Merge branch '3.4.x' into 3.5.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/4a8d01d2b627e436830b8f55fc4fa42aaff9d4b9";><code>4a8d01d</code></a>
 Exclude starter POMs from lib-provided when using Gradle</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/0bb0d5370a0099c662ccf9087e5f2c08655a13d3";><code>0bb0d53</code></a>
 Merge branch '3.4.x' into 3.5.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/4625534e838a5c09eb58be0c48173efe9c418f42";><code>4625534</code></a>
 Force Testcontainers Docker API version for Docker 29.0.0+ compatibility</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/7891ebf8b160e630e49875d19d3b964bffcb4f08";><code>7891ebf</code></a>
 Merge branch '3.4.x' into 3.5.x</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.5.7...v3.5.8";>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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to