dependabot[bot] opened a new pull request, #325:
URL: https://github.com/apache/logging-log4j-samples/pull/325

   Bumps the all group with 4 updates in the / directory: 
[com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom), 
[org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot),
 
[org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot)
 and 
[io.fabric8:kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client).
   Bumps the all group with 1 update in the /log4j-samples-graalvm directory: 
[org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2).
   
   Updates `com.fasterxml.jackson:jackson-bom` from 2.18.3 to 2.19.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/FasterXML/jackson-bom/commit/077244b0591351fd93f5f16bd0ea2fecf0ff55d6";><code>077244b</code></a>
 [maven-release-plugin] prepare release jackson-bom-2.19.0</li>
   <li><a 
href="https://github.com/FasterXML/jackson-bom/commit/4dc20cbff733f8d27b6a153e087f4d57ceb864ca";><code>4dc20cb</code></a>
 Prep for 2.19.0 release</li>
   <li><a 
href="https://github.com/FasterXML/jackson-bom/commit/d9bd9169172d9e6d559b3dd288c9574f208c4c1b";><code>d9bd916</code></a>
 Merge branch '2.18' into 2.19</li>
   <li><a 
href="https://github.com/FasterXML/jackson-bom/commit/6b19afb61225dc396dd3354ee0a42a9aed401db5";><code>6b19afb</code></a>
 Update CI to latest Ubuntu</li>
   <li><a 
href="https://github.com/FasterXML/jackson-bom/commit/08349a2705673d85bcbb454d054fa796553560a5";><code>08349a2</code></a>
 Back to snapshot dep</li>
   <li><a 
href="https://github.com/FasterXML/jackson-bom/commit/4a60457d99d5c9739df941b73191655a9d25213a";><code>4a60457</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/FasterXML/jackson-bom/commit/59119afb2dbba7e46e15246b36500785c2db63e3";><code>59119af</code></a>
 [maven-release-plugin] prepare release jackson-bom-2.19.0-rc2</li>
   <li><a 
href="https://github.com/FasterXML/jackson-bom/commit/503a4443e7ccb264a67e32a091a06afdca2e805f";><code>503a444</code></a>
 Prep for 2.19.0-rc2 (due to botched rc1)</li>
   <li><a 
href="https://github.com/FasterXML/jackson-bom/commit/52fed7bb539e34b4ee3a0dd1e1c3d6493c126a71";><code>52fed7b</code></a>
 Rename master-&gt;3.x</li>
   <li><a 
href="https://github.com/FasterXML/jackson-bom/commit/8953aa24c8c569a229016e509f366a81f0cc31c5";><code>8953aa2</code></a>
 Back to snapshot dep</li>
   <li>Additional commits viewable in <a 
href="https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.3...jackson-bom-2.19.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.4 to 
3.4.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot-dependencies's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.4.5</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Spring Boot with native image container image build fails on podman due 
to directory permissions <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45256";>#45256</a></li>
   <li>Neo4jReactiveDataAutoConfiguration assumes that certain beans are 
available <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45235";>#45235</a></li>
   <li>Wrong jOOQ exception translator with empty db name  <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45219";>#45219</a></li>
   <li>MessageSourceMessageInterpolator does not replace a parameter when the 
message matches its code <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45213";>#45213</a></li>
   <li>IntegrationMbeanExporter is not eligible for getting processed by all 
BeanPostProcessors warnings are shown when using JMX <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45194";>#45194</a></li>
   <li>OAuth2AuthorizationServerJwtAutoConfiguration uses 
<code>@ConditionalOnClass</code> incorrectly <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45178";>#45178</a></li>
   <li>MongoDB's dependency management is missing Kotlin coroutine driver 
modules <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45159";>#45159</a></li>
   <li>ImagePlatform can cause &quot;OS must not be empty&quot; 
IllegalArgumentException <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45153";>#45153</a></li>
   <li>TypeUtils does not handle generics with identical names in different 
positions <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45039";>#45039</a></li>
   <li>HttpClient5 5.4.3 breaks local Docker transport <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45028";>#45028</a></li>
   <li>spring.datasource.hikari.data-source-class-name cannot be used as a 
driver class name is always required and Hikari does not accept both <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45002";>#45002</a></li>
   <li>Post-processing to apply custom JdbcConnectionDetails triggers an NPE in 
Hikari if the JDBC URL is for an unknown driver <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44998";>#44998</a></li>
   <li>DataSourceBuilder triggers an NPE in Hikari when trying to build a 
DataSource with a JDBC URL for an unknown driver <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44995";>#44995</a></li>
   <li>SSL config does not watch for symlink file changes <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44887";>#44887</a></li>
   <li>EmbeddedLdapAutoConfiguration should not rely on PreDestroy <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44874";>#44874</a></li>
   <li>DataSourceTransactionManagerAutoConfiguration should run after 
DataSourceAutoConfiguration <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44819";>#44819</a></li>
   <li>JsonValueWriter can throw StackOverflowError on deeply nested items <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/44627";>#44627</a></li>
   <li>In a reactive web app, SslBundle can no longer open store file locations 
without using a 'file:' prefix  <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/44535";>#44535</a></li>
   <li>Logging a Path object using structured logging throws StackOverflowError 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/44507";>#44507</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Make <code>@Component</code> a javadoc link <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45258";>#45258</a></li>
   <li>Fix documentation links to buildpacks.io <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45241";>#45241</a></li>
   <li>Clarify the use of multiple profile expressions with 
&quot;spring.config.activate.on-profile&quot; <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45224";>#45224</a></li>
   <li>Show the use of token properties in authorization server clients 
configuration example <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45176";>#45176</a></li>
   <li>Add details of the purpose of the metrics endpoint <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45047";>#45047</a></li>
   <li>Escape the asterisk in spring-application.adoc <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45033";>#45033</a></li>
   <li>Add reference to Styra (OPA) Spring Boot SDK <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44976";>#44976</a></li>
   <li>Update CDS documentation to cover AOTCache <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44970";>#44970</a></li>
   <li>WebFlux security documentation incorrectly links to servlet classes <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44966";>#44966</a></li>
   <li>Replace mentions of deprecated MockBean annotation <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/44947";>#44947</a></li>
   <li>TaskExecution documentation should describe what happens when multiple 
Executor beans are present <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44908";>#44908</a></li>
   <li>Documentation lists coordinates for some dependencies that are not 
actually managed <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44879";>#44879</a></li>
   <li>Polish javadoc of SpringProfileAction <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44826";>#44826</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to AspectJ 1.9.24 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45184";>#45184</a></li>
   <li>Upgrade to Couchbase Client 3.7.9 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45072";>#45072</a></li>
   <li>Upgrade to Hibernate 6.6.13.Final <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45073";>#45073</a></li>
   <li>Upgrade to HttpClient5 5.4.3 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45074";>#45074</a></li>
   <li>Upgrade to HttpCore5 5.3.4 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45075";>#45075</a></li>
   <li>Upgrade to Jaybird 5.0.7.java11 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45076";>#45076</a></li>
   <li>Upgrade to Jetty 12.0.19 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45077";>#45077</a></li>
   <li>Upgrade to jOOQ 3.19.22 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45078";>#45078</a></li>
   <li>Upgrade to Lombok 1.18.38 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45079";>#45079</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/b882c29bdf607d5d4db910f7fd0161143a1329c7";><code>b882c29</code></a>
 Release v3.4.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/918066f39ae72de5a6e1bae78c841396e049e5b6";><code>918066f</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/ab0c332d9995963d22c202706564be58ff724622";><code>ab0c332</code></a>
 Next development version (v3.3.12-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/71acf939ace320fbfa35ce48577ba534469dfc90";><code>71acf93</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/d2eaac6b60d117c3d10939866c70fce6b945eefd";><code>d2eaac6</code></a>
 Revert &quot;Upgrade to Netty 4.1.120.Final&quot;</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/d24a38f0f890ef70a07be8236bb9717527f50ba5";><code>d24a38f</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/933572ad5e7da2e47d8efc168a86c8cf6105b062";><code>933572a</code></a>
 Upgrade to Netty 4.1.120.Final</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/016b3de968b9b9a6319f7bc58abfb1df007bbc4b";><code>016b3de</code></a>
 Upgrade to Netty 4.1.120.Final</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/46a709a8503c096e2514c8cd17b1a7e7e715e7b2";><code>46a709a</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/55f67c9a522647039fd3294dee5cb83f4888160a";><code>55f67c9</code></a>
 Fix potential null problem in actuator</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.4.4...v3.4.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.4.4 to 
3.4.5
   <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.4.5</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Spring Boot with native image container image build fails on podman due 
to directory permissions <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45256";>#45256</a></li>
   <li>Neo4jReactiveDataAutoConfiguration assumes that certain beans are 
available <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45235";>#45235</a></li>
   <li>Wrong jOOQ exception translator with empty db name  <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45219";>#45219</a></li>
   <li>MessageSourceMessageInterpolator does not replace a parameter when the 
message matches its code <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45213";>#45213</a></li>
   <li>IntegrationMbeanExporter is not eligible for getting processed by all 
BeanPostProcessors warnings are shown when using JMX <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45194";>#45194</a></li>
   <li>OAuth2AuthorizationServerJwtAutoConfiguration uses 
<code>@ConditionalOnClass</code> incorrectly <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45178";>#45178</a></li>
   <li>MongoDB's dependency management is missing Kotlin coroutine driver 
modules <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45159";>#45159</a></li>
   <li>ImagePlatform can cause &quot;OS must not be empty&quot; 
IllegalArgumentException <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45153";>#45153</a></li>
   <li>TypeUtils does not handle generics with identical names in different 
positions <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45039";>#45039</a></li>
   <li>HttpClient5 5.4.3 breaks local Docker transport <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45028";>#45028</a></li>
   <li>spring.datasource.hikari.data-source-class-name cannot be used as a 
driver class name is always required and Hikari does not accept both <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45002";>#45002</a></li>
   <li>Post-processing to apply custom JdbcConnectionDetails triggers an NPE in 
Hikari if the JDBC URL is for an unknown driver <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44998";>#44998</a></li>
   <li>DataSourceBuilder triggers an NPE in Hikari when trying to build a 
DataSource with a JDBC URL for an unknown driver <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44995";>#44995</a></li>
   <li>SSL config does not watch for symlink file changes <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44887";>#44887</a></li>
   <li>EmbeddedLdapAutoConfiguration should not rely on PreDestroy <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44874";>#44874</a></li>
   <li>DataSourceTransactionManagerAutoConfiguration should run after 
DataSourceAutoConfiguration <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44819";>#44819</a></li>
   <li>JsonValueWriter can throw StackOverflowError on deeply nested items <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/44627";>#44627</a></li>
   <li>In a reactive web app, SslBundle can no longer open store file locations 
without using a 'file:' prefix  <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/44535";>#44535</a></li>
   <li>Logging a Path object using structured logging throws StackOverflowError 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/44507";>#44507</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Make <code>@Component</code> a javadoc link <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45258";>#45258</a></li>
   <li>Fix documentation links to buildpacks.io <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45241";>#45241</a></li>
   <li>Clarify the use of multiple profile expressions with 
&quot;spring.config.activate.on-profile&quot; <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45224";>#45224</a></li>
   <li>Show the use of token properties in authorization server clients 
configuration example <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45176";>#45176</a></li>
   <li>Add details of the purpose of the metrics endpoint <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45047";>#45047</a></li>
   <li>Escape the asterisk in spring-application.adoc <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45033";>#45033</a></li>
   <li>Add reference to Styra (OPA) Spring Boot SDK <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44976";>#44976</a></li>
   <li>Update CDS documentation to cover AOTCache <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44970";>#44970</a></li>
   <li>WebFlux security documentation incorrectly links to servlet classes <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44966";>#44966</a></li>
   <li>Replace mentions of deprecated MockBean annotation <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/44947";>#44947</a></li>
   <li>TaskExecution documentation should describe what happens when multiple 
Executor beans are present <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44908";>#44908</a></li>
   <li>Documentation lists coordinates for some dependencies that are not 
actually managed <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44879";>#44879</a></li>
   <li>Polish javadoc of SpringProfileAction <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44826";>#44826</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to AspectJ 1.9.24 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45184";>#45184</a></li>
   <li>Upgrade to Couchbase Client 3.7.9 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45072";>#45072</a></li>
   <li>Upgrade to Hibernate 6.6.13.Final <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45073";>#45073</a></li>
   <li>Upgrade to HttpClient5 5.4.3 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45074";>#45074</a></li>
   <li>Upgrade to HttpCore5 5.3.4 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45075";>#45075</a></li>
   <li>Upgrade to Jaybird 5.0.7.java11 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45076";>#45076</a></li>
   <li>Upgrade to Jetty 12.0.19 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45077";>#45077</a></li>
   <li>Upgrade to jOOQ 3.19.22 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45078";>#45078</a></li>
   <li>Upgrade to Lombok 1.18.38 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45079";>#45079</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/b882c29bdf607d5d4db910f7fd0161143a1329c7";><code>b882c29</code></a>
 Release v3.4.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/918066f39ae72de5a6e1bae78c841396e049e5b6";><code>918066f</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/ab0c332d9995963d22c202706564be58ff724622";><code>ab0c332</code></a>
 Next development version (v3.3.12-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/71acf939ace320fbfa35ce48577ba534469dfc90";><code>71acf93</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/d2eaac6b60d117c3d10939866c70fce6b945eefd";><code>d2eaac6</code></a>
 Revert &quot;Upgrade to Netty 4.1.120.Final&quot;</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/d24a38f0f890ef70a07be8236bb9717527f50ba5";><code>d24a38f</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/933572ad5e7da2e47d8efc168a86c8cf6105b062";><code>933572a</code></a>
 Upgrade to Netty 4.1.120.Final</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/016b3de968b9b9a6319f7bc58abfb1df007bbc4b";><code>016b3de</code></a>
 Upgrade to Netty 4.1.120.Final</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/46a709a8503c096e2514c8cd17b1a7e7e715e7b2";><code>46a709a</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/55f67c9a522647039fd3294dee5cb83f4888160a";><code>55f67c9</code></a>
 Fix potential null problem in actuator</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.4.4...v3.4.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.4.4 to 
3.4.5
   <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.4.5</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Spring Boot with native image container image build fails on podman due 
to directory permissions <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45256";>#45256</a></li>
   <li>Neo4jReactiveDataAutoConfiguration assumes that certain beans are 
available <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45235";>#45235</a></li>
   <li>Wrong jOOQ exception translator with empty db name  <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45219";>#45219</a></li>
   <li>MessageSourceMessageInterpolator does not replace a parameter when the 
message matches its code <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45213";>#45213</a></li>
   <li>IntegrationMbeanExporter is not eligible for getting processed by all 
BeanPostProcessors warnings are shown when using JMX <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45194";>#45194</a></li>
   <li>OAuth2AuthorizationServerJwtAutoConfiguration uses 
<code>@ConditionalOnClass</code> incorrectly <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45178";>#45178</a></li>
   <li>MongoDB's dependency management is missing Kotlin coroutine driver 
modules <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45159";>#45159</a></li>
   <li>ImagePlatform can cause &quot;OS must not be empty&quot; 
IllegalArgumentException <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45153";>#45153</a></li>
   <li>TypeUtils does not handle generics with identical names in different 
positions <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45039";>#45039</a></li>
   <li>HttpClient5 5.4.3 breaks local Docker transport <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45028";>#45028</a></li>
   <li>spring.datasource.hikari.data-source-class-name cannot be used as a 
driver class name is always required and Hikari does not accept both <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45002";>#45002</a></li>
   <li>Post-processing to apply custom JdbcConnectionDetails triggers an NPE in 
Hikari if the JDBC URL is for an unknown driver <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44998";>#44998</a></li>
   <li>DataSourceBuilder triggers an NPE in Hikari when trying to build a 
DataSource with a JDBC URL for an unknown driver <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44995";>#44995</a></li>
   <li>SSL config does not watch for symlink file changes <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44887";>#44887</a></li>
   <li>EmbeddedLdapAutoConfiguration should not rely on PreDestroy <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44874";>#44874</a></li>
   <li>DataSourceTransactionManagerAutoConfiguration should run after 
DataSourceAutoConfiguration <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44819";>#44819</a></li>
   <li>JsonValueWriter can throw StackOverflowError on deeply nested items <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/44627";>#44627</a></li>
   <li>In a reactive web app, SslBundle can no longer open store file locations 
without using a 'file:' prefix  <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/44535";>#44535</a></li>
   <li>Logging a Path object using structured logging throws StackOverflowError 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/44507";>#44507</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Make <code>@Component</code> a javadoc link <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45258";>#45258</a></li>
   <li>Fix documentation links to buildpacks.io <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45241";>#45241</a></li>
   <li>Clarify the use of multiple profile expressions with 
&quot;spring.config.activate.on-profile&quot; <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45224";>#45224</a></li>
   <li>Show the use of token properties in authorization server clients 
configuration example <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45176";>#45176</a></li>
   <li>Add details of the purpose of the metrics endpoint <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45047";>#45047</a></li>
   <li>Escape the asterisk in spring-application.adoc <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45033";>#45033</a></li>
   <li>Add reference to Styra (OPA) Spring Boot SDK <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44976";>#44976</a></li>
   <li>Update CDS documentation to cover AOTCache <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44970";>#44970</a></li>
   <li>WebFlux security documentation incorrectly links to servlet classes <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44966";>#44966</a></li>
   <li>Replace mentions of deprecated MockBean annotation <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/44947";>#44947</a></li>
   <li>TaskExecution documentation should describe what happens when multiple 
Executor beans are present <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44908";>#44908</a></li>
   <li>Documentation lists coordinates for some dependencies that are not 
actually managed <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44879";>#44879</a></li>
   <li>Polish javadoc of SpringProfileAction <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/44826";>#44826</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to AspectJ 1.9.24 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45184";>#45184</a></li>
   <li>Upgrade to Couchbase Client 3.7.9 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45072";>#45072</a></li>
   <li>Upgrade to Hibernate 6.6.13.Final <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45073";>#45073</a></li>
   <li>Upgrade to HttpClient5 5.4.3 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45074";>#45074</a></li>
   <li>Upgrade to HttpCore5 5.3.4 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45075";>#45075</a></li>
   <li>Upgrade to Jaybird 5.0.7.java11 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45076";>#45076</a></li>
   <li>Upgrade to Jetty 12.0.19 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45077";>#45077</a></li>
   <li>Upgrade to jOOQ 3.19.22 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45078";>#45078</a></li>
   <li>Upgrade to Lombok 1.18.38 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/45079";>#45079</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/b882c29bdf607d5d4db910f7fd0161143a1329c7";><code>b882c29</code></a>
 Release v3.4.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/918066f39ae72de5a6e1bae78c841396e049e5b6";><code>918066f</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/ab0c332d9995963d22c202706564be58ff724622";><code>ab0c332</code></a>
 Next development version (v3.3.12-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/71acf939ace320fbfa35ce48577ba534469dfc90";><code>71acf93</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/d2eaac6b60d117c3d10939866c70fce6b945eefd";><code>d2eaac6</code></a>
 Revert &quot;Upgrade to Netty 4.1.120.Final&quot;</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/d24a38f0f890ef70a07be8236bb9717527f50ba5";><code>d24a38f</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/933572ad5e7da2e47d8efc168a86c8cf6105b062";><code>933572a</code></a>
 Upgrade to Netty 4.1.120.Final</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/016b3de968b9b9a6319f7bc58abfb1df007bbc4b";><code>016b3de</code></a>
 Upgrade to Netty 4.1.120.Final</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/46a709a8503c096e2514c8cd17b1a7e7e715e7b2";><code>46a709a</code></a>
 Merge branch '3.3.x' into 3.4.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/55f67c9a522647039fd3294dee5cb83f4888160a";><code>55f67c9</code></a>
 Fix potential null problem in actuator</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.4.4...v3.4.5";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.fabric8:kubernetes-client-bom` from 7.1.0 to 7.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/fabric8io/kubernetes-client/releases";>io.fabric8:kubernetes-client-bom's
 releases</a>.</em></p>
   <blockquote>
   <h2>7.2.0 (2025-04-30)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6750";>#6750</a>:
 KubernetesMockServer.reset resets lastRequest related variables</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6829";>#6829</a>:
 Mixed-case enums are properly supported by the java-generator</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6886";>#6886</a>:
 Remove invalid JUnit 4 references</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6892";>#6892</a>:
 rolling().restart() doesn't remove preexistent pod template annotations</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6906";>#6906</a>:
 Knative VolatileTime should be serialized as String</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6908";>#6908</a>:
 The Default annotation and JsonProperty default value should accept JSON 
values</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6917";>#6917</a>:
 Client does not authenticate correctly on OpenShift if the returned Location 
header is lower-case</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6930";>#6930</a>:
 Add support for Boolean enums in the java-generator</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6941";>#6941</a>:
 HasMetadata.getApiVersion no slash when empty group</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6982";>#6982</a>:
 (java-generator) Double default field values with <code>d</code> suffix</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6987";>#6987</a>:
 Kube API Test startup fails on readiness SSL check</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7037";>#7037</a>:
 getKubernetesVersion works in Kubernetes v1.33.0</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6763";>#6763</a>:
 (crd-generator) YAML output customization</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6863";>#6863</a>:
 ensuring SerialExecutor does not throw RejectedExecutionException to prevent 
unnecessary error logs</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6880";>#6880</a>:
 LogWatch interface provides listeners on close stream event</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6971";>#6971</a>:
 Exposed Istio v1 models in Istio Client DSL</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6998";>#6998</a>:
 Removed unneeded dependency on javax.annotation:javax.annotation-api</li>
   </ul>
   <h4>Dependency Upgrade</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6829";>#6829</a>:
 Sundrio was upgraded to 0.200.3. In some rare circumstances nested method 
names will need to be changed.</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6827";>#6827</a>:
 (crd-generator) Add CRDPostProcessor to process generated CRDs before they are 
written out</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7025";>#7025</a>:
 Support for Kubernetes v1.33 (Octarine)</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Chr031";><code>@​Chr031</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/pull/6876";>fabric8io/kubernetes-client#6876</a></li>
   <li><a href="https://github.com/Malandril";><code>@​Malandril</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/pull/6924";>fabric8io/kubernetes-client#6924</a></li>
   <li><a href="https://github.com/mnk";><code>@​mnk</code></a> made their first 
contribution in <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/pull/6941";>fabric8io/kubernetes-client#6941</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/fabric8io/kubernetes-client/compare/v7.1.0...v7.2.0";>https://github.com/fabric8io/kubernetes-client/compare/v7.1.0...v7.2.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md";>io.fabric8:kubernetes-client-bom's
 changelog</a>.</em></p>
   <blockquote>
   <h3>7.2.0 (2025-04-30)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6750";>#6750</a>:
 KubernetesMockServer.reset resets lastRequest related variables</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6829";>#6829</a>:
 Mixed-case enums are properly supported by the java-generator</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6886";>#6886</a>:
 Remove invalid JUnit 4 references</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6892";>#6892</a>:
 rolling().restart() doesn't remove preexistent pod template annotations</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6906";>#6906</a>:
 Knative VolatileTime should be serialized as String</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6908";>#6908</a>:
 The Default annotation and JsonProperty default value should accept JSON 
values</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6917";>#6917</a>:
 Client does not authenticate correctly on OpenShift if the returned Location 
header is lower-case</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6930";>#6930</a>:
 Add support for Boolean enums in the java-generator</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6941";>#6941</a>:
 HasMetadata.getApiVersion no slash when empty group</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6982";>#6982</a>:
 (java-generator) Double default field values with <code>d</code> suffix</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6987";>#6987</a>:
 Kube API Test startup fails on readiness SSL check</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7037";>#7037</a>:
 getKubernetesVersion works in Kubernetes v1.33.0</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6763";>#6763</a>:
 (crd-generator) YAML output customization</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6863";>#6863</a>:
 ensuring SerialExecutor does not throw RejectedExecutionException to prevent 
unnecessary error logs</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6880";>#6880</a>:
 LogWatch interface provides listeners on close stream event</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6971";>#6971</a>:
 Exposed Istio v1 models in Istio Client DSL</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6998";>#6998</a>:
 Removed unneeded dependency on javax.annotation:javax.annotation-api</li>
   </ul>
   <h4>Dependency Upgrade</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6829";>#6829</a>:
 Sundrio was upgraded to 0.200.3. In some rare circumstances nested method 
names will need to be changed.</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6827";>#6827</a>:
 (crd-generator) Add CRDPostProcessor to process generated CRDs before they are 
written out</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7025";>#7025</a>:
 Support for Kubernetes v1.33 (Octarine)</li>
   </ul>
   <h4><em><strong>Note</strong></em>: Breaking changes</h4>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/8570d25eb5dfcc8f128d55eff4d267c0a6e6740d";><code>8570d25</code></a>
 [RELEASE] Updated project version to v7.2.0</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/4963c715a9b65687a2267fe27915c6d4670f0d9b";><code>4963c71</code></a>
 chore(deps): bump manusa/actions-setup-minikube from 2.13.1 to 2.14.0</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/fce4d6bd72d70493b7c9bc060557c42e395a2d1e";><code>fce4d6b</code></a>
 ci: run tests in Kubernetes v1.33</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/52188ad869103b9b5675f89bff319b95556d1783";><code>52188ad</code></a>
 fix: getKubernetesVersion works in Kubernetes v1.33.0</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/accb9b3b4e013570711f70851d97958948e15b90";><code>accb9b3</code></a>
 chore(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/620b779bc7a7ecb53941fead305b88dc8a4eb51c";><code>620b779</code></a>
 chore(deps): bump k8s.io/apiextensions-apiserver</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/62c4d5727b36449c7f8e1ab7f6fb4a92aceaa1cc";><code>62c4d57</code></a>
 chore(deps): bump k8s.io/apimachinery</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/a2dbf105533bde66a4c8d8ae0c9a63f0982b44a6";><code>a2dbf10</code></a>
 chore(deps-dev): bump org.keycloak:keycloak-core from 26.2.0 to 26.2.1</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/c9ad4ad2c6ae6e9548436ba09d1ea169c0b74743";><code>c9ad4ad</code></a>
 chore(deps): bump github.com/cert-manager/cert-manager</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/b704519bf361ff04a1a243a19e75b44491b395d3";><code>b704519</code></a>
 feat(openapi): support for Kubernetes v1.33 (Octarine) (7026)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/fabric8io/kubernetes-client/compare/v7.1.0...v7.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.logging.log4j:log4j-bom` from 2.25.0-SNAPSHOT to 
3.0.0-beta3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/logging-log4j2/releases";>org.apache.logging.log4j:log4j-bom's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.0.0-beta3</h2>
   <p>This release terminates the modularization process of Log4j Core, by 
moving all the code that uses optional <code>log4j-core</code> dependencies 
into new modules:</p>
   <ul>
   <li>Support for the JAnsi library has been removed since recent Windows OSes 
support ANSI escape sequences.
   See <a 
href="https://logging.apache.org/log4j/3.x/manual/pattern-layout.html#ansi-windows";>ANSI
 styling on Windows</a> for more details.</li>
   <li>The <a 
href="https://logging.apache.org/log4j/3.x/manual/appenders/delegating.html#DisruptorBlockingQueueFactory";><code>DisruptorBlockinQueue</code>
 queue factory</a> has been moved to a new <a 
href="https://logging.apache.org/log4j/3.x/components.html#log4j-conversant";><code>log4j-conversant</code>
 artifact</a>.</li>
   <li>Support for <a 
href="https://logging.apache.org/log4j/3.x/manual/appenders/rolling-file.html#RolloverStrategy-compress";>advanced
 compression algorithms</a> has been moved to a new <a 
href="https://logging.apache.org/log4j/3.x/components.html#log4j-compress";><code>log4j-compress</code>
 artifact</a>.
   The Gzip and Zip formats are still supported out-of-the-box.</li>
   </ul>
   <h3>Separate lifecycle</h3>
   <ul>
   <li>The <a 
href="https://logging.apache.org/log4j/3.x/manual/appenders/message-queue.html#FlumeAppender";>Flume
 Appender</a> releases will follow their own lifecycle.</li>
   <li>All the <a 
href="https://logging.apache.org/log4j/3.x/manual/installation.html#impl-core-bridges";>logging
 bridges</a> from and to Log4j API have been removed from the Log4j Core 3.x 
release.
   Please manage your dependencies with <a 
href="https://logging.apache.org/log4j/3.x/components.html#log4j-bom";><code>log4j-bom</code></a>
 to always use the compatible version of the logging bridges.</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Add <code>useFqdn</code> configuration attribute to RFC5424 Layout. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1740";>#1740</a>)</li>
   <li>Split off JNDI support of <code>log4j-jdbc</code> to a new 
<code>log4j-jdbc-jndi</code> module (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1914";>#1914</a>)</li>
   <li>Add <em>&quot;Plugin Reference&quot;</em> to the website. It is a 
Javadoc-on-steroids focusing on Log4j plugins. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1954";>#1954</a>)</li>
   <li>Split extended compression algorithm support to new 
<code>log4j-compress</code> module. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2921";>#2921</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Remove JAnsi library support, since Windows console supports ANSI 
escapes now. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1736";>#1736</a>)</li>
   <li>Move <code>DisruptorBlockingQueue</code> plugin to new 
<code>log4j-conversant</code> module. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2914";>#2914</a>)</li>
   <li>Rewrite <code>JAnsiTextRenderer</code> to work without JAnsi library. 
(<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2916";>#2916</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Switch MongoDB tests to use Docker. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2229";>#2229</a>)</li>
   <li>Fix custom thread-context data provider handling in lookups and filters. 
(<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2331";>#2331</a>)</li>
   <li>Fix reloading of the configuration from an HTTP(S) source (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2937";>#2937</a>)</li>
   <li>Fix Android-related issues in Log4j Core. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3056";>#3056</a>)</li>
   <li>Website is migrated to Antora with several formatting and link fixes (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2443";>#2443</a>)</li>
   </ul>
   <h3>Removed</h3>
   <ul>
   <li>Remove <em>named</em> date &amp; time formatting patterns in Pattern 
Layout, except for <code>UNIX</code> and <code>UNIX_MILLIS</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3150";>#3150</a>)</li>
   <li>Move Flume Appender to its own release lifecycle. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2902";>#2902</a>)</li>
   <li>Remove <code>ThrowableProxy</code> and its usages (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3047";>#3047</a>)</li>
   <li>Remove logging bridges from distribution and reference their 2.x 
equivalents in <code>log4j-bom</code>.</li>
   <li>Remove CLI tools to generate logger wrappers and convert configuration 
files.
   These tools will be available in the next release of <a 
href="https://logging.apache.org/log4j/transform/index.html";>Log4j 
Transform</a>.</li>
   <li>Remove deprecated 
<code>org.apache.logging.log4j.core.appender.rolling.action.Duration</code> 
class.</li>
   <li>Remove <code>log4j-1.2-api</code> module (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2621";>#2621</a>)</li>
   <li>Remove <code>log4j-iostreams</code> module (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2630";>#2630</a>)</li>
   </ul>
   <h3>Updated</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/apache/logging-log4j2/commits/rel/3.0.0-beta3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.logging.log4j:log4j-bom` from 2.25.0-SNAPSHOT to 
3.0.0-beta3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/logging-log4j2/releases";>org.apache.logging.log4j:log4j-bom's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.0.0-beta3</h2>
   <p>This release terminates the modularization process of Log4j Core, by 
moving all the code that uses optional <code>log4j-core</code> dependencies 
into new modules:</p>
   <ul>
   <li>Support for the JAnsi library has been removed since recent Windows OSes 
support ANSI escape sequences.
   See <a 
href="https://logging.apache.org/log4j/3.x/manual/pattern-layout.html#ansi-windows";>ANSI
 styling on Windows</a> for more details.</li>
   <li>The <a 
href="https://logging.apache.org/log4j/3.x/manual/appenders/delegating.html#DisruptorBlockingQueueFactory";><code>DisruptorBlockinQueue</code>
 queue factory</a> has been moved to a new <a 
href="https://logging.apache.org/log4j/3.x/components.html#log4j-conversant";><code>log4j-conversant</code>
 artifact</a>.</li>
   <li>Support for <a 
href="https://logging.apache.org/log4j/3.x/manual/appenders/rolling-file.html#RolloverStrategy-compress";>advanced
 compression algorithms</a> has been moved to a new <a 
href="https://logging.apache.org/log4j/3.x/components.html#log4j-compress";><code>log4j-compress</code>
 artifact</a>.
   The Gzip and Zip formats are still supported out-of-the-box.</li>
   </ul>
   <h3>Separate lifecycle</h3>
   <ul>
   <li>The <a 
href="https://logging.apache.org/log4j/3.x/manual/appenders/message-queue.html#FlumeAppender";>Flume
 Appender</a> releases will follow their own lifecycle.</li>
   <li>All the <a 
href="https://logging.apache.org/log4j/3.x/manual/installation.html#impl-core-bridges";>logging
 bridges</a> from and to Log4j API have been removed from the Log4j Core 3.x 
release.
   Please manage your dependencies with <a 
href="https://logging.apache.org/log4j/3.x/components.html#log4j-bom";><code>log4j-bom</code></a>
 to always use the compatible version of the logging bridges.</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Add <code>useFqdn</code> configuration attribute to RFC5424 Layout. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1740";>#1740</a>)</li>
   <li>Split off JNDI support of <code>log4j-jdbc</code> to a new 
<code>log4j-jdbc-jndi</code> module (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1914";>#1914</a>)</li>
   <li>Add <em>&quot;Plugin Reference&quot;</em> to the website. It is a 
Javadoc-on-steroids focusing on Log4j plugins. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1954";>#1954</a>)</li>
   <li>Split extended compression algorithm support to new 
<code>log4j-compress</code> module. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2921";>#2921</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Remove JAnsi library support, since Windows console supports ANSI 
escapes now. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/1736";>#1736</a>)</li>
   <li>Move <code>DisruptorBlockingQueue</code> plugin to new 
<code>log4j-conversant</code> module. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2914";>#2914</a>)</li>
   <li>Rewrite <code>JAnsiTextRenderer</code> to work without JAnsi library. 
(<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2916";>#2916</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Switch MongoDB tests to use Docker. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2229";>#2229</a>)</li>
   <li>Fix custom thread-context data provider handling in lookups and filters. 
(<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2331";>#2331</a>)</li>
   <li>Fix reloading of the configuration from an HTTP(S) source (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2937";>#2937</a>)</li>
   <li>Fix Android-related issues in Log4j Core. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3056";>#3056</a>)</li>
   <li>Website is migrated to Antora with several formatting and link fixes (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2443";>#2443</a>)</li>
   </ul>
   <h3>Removed</h3>
   <ul>
   <li>Remove <em>named</em> date &amp; time formatting patterns in Pattern 
Layout, except for <code>UNIX</code> and <code>UNIX_MILLIS</code> (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3150";>#3150</a>)</li>
   <li>Move Flume Appender to its own release lifecycle. (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2902";>#2902</a>)</li>
   <li>Remove <code>ThrowableProxy</code> and its usages (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/3047";>#3047</a>)</li>
   <li>Remove logging bridges from distribution and reference their 2.x 
equivalents in <code>log4j-bom</code>.</li>
   <li>Remove CLI tools to generate logger wrappers and convert configuration 
files.
   These tools will be available in the next release of <a 
href="https://logging.apache.org/log4j/transform/index.html";>Log4j 
Transform</a>.</li>
   <li>Remove deprecated 
<code>org.apache.logging.log4j.core.appender.rolling.action.Duration</code> 
class.</li>
   <li>Remove <code>log4j-1.2-api</code> module (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2621";>#2621</a>)</li>
   <li>Remove <code>log4j-iostreams</code> module (<a 
href="https://redirect.github.com/apache/logging-log4j2/issues/2630";>#2630</a>)</li>
   </ul>
   <h3>Updated</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/apache/logging-log4j2/commits/rel/3.0.0-beta3";>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 <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </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: robots-unsubscr...@logging.apache.org

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

Reply via email to