dependabot[bot] opened a new pull request, #1355:
URL: https://github.com/apache/plc4x/pull/1355

   Bumps 
[org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot)
 from 3.1.2 to 3.2.2.
   <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.2.2</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>SslBundle implementations do not provide useful toString() results <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39167";>#39167</a></li>
   <li>JarEntry.getComment() returns incorrect result from NestedJarFile 
instances <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39166";>#39166</a></li>
   <li>Mixing PEM and JKS certificate material in server.ssl properties does 
not work <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39158";>#39158</a></li>
   <li>Having AspectJ and Micrometer on the classpath is not a strong enough 
signal to enable support for Micrometer observation annotations <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39128";>#39128</a></li>
   <li>Actuator endpoints with no operations that use selectors are not 
accessible when mapped to / <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39122";>#39122</a></li>
   <li>Spring Boot 3.2 app that uses WebFlux, Security, and Actuator may fail 
to start due to a missing authentication manager <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39096";>#39096</a></li>
   <li>management.observations.http.server.requests.name no longer has any 
effect <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39083";>#39083</a></li>
   <li>spring.rabbitmq.listener.stream.auto-startup property has no effect <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39078";>#39078</a></li>
   <li>Error mark in the log message for PatternParseException is in the wrong 
place <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39075";>#39075</a></li>
   <li>Configuring server.jetty.max-connections has no effect <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/39052";>#39052</a></li>
   <li><code>@ConfigurationPropertiesBinding</code> converters that rely on 
initial CharSequence to String conversion no longer work <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39051";>#39051</a></li>
   <li>Manifest attributes cannot be resolved with the new loader 
implementation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/38996";>#38996</a></li>
   <li>Throwable from logging system initialization may result in the 
application silently failing to start <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/38963";>#38963</a></li>
   <li>When using Jetty, idle timeout for IO operations and delayed dispatch 
cannot be set to less than 30000ms <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/38960";>#38960</a></li>
   <li>spring-boot-maven-plugin repackage uber jar execution fails when jar is 
put on WSL network drive <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/38956";>#38956</a></li>
   <li>Oracle OJDBC BOM version is flagged not for production use <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/38943";>#38943</a></li>
   <li>Connection leak when using jOOQ and spring.jooq.sql-dialect has not been 
set <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/38924";>#38924</a></li>
   <li>AutoConfigurationSorter does not always respect 
<code>@AutoConfigureOrder</code>(Ordered.LOWEST_PRECEDENCE) <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/38916";>#38916</a></li>
   <li>Containers are not started when using <code>@ImportTestcontainers</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/38913";>#38913</a></li>
   <li>Even when spring.security.user.name or spring.security.user.password has 
been configured, user details auto-configuration still backs off when resource 
server is on the classpath  <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/38864";>#38864</a></li>
   <li>MockRestServiceServerAutoConfiguration with RestTemplate and RestClient 
together throws incorrect exception <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/38820";>#38820</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Improve &quot;Sanitize Sensitive Values&quot; section in reference 
documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39199";>#39199</a></li>
   <li>Fix link to Log4j2's JDK logging adapter documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39171";>#39171</a></li>
   <li>Update CRaC support status link <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/39170";>#39170</a></li>
   <li>Remove entry for OCI starter as it is no longer maintained <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39165";>#39165</a></li>
   <li>Update links to Micrometer docs in metrics section of reference docs <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39149";>#39149</a></li>
   <li>Use the term &quot;tags&quot; in documentation consistently <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/39125";>#39125</a></li>
   <li>Correct the documentation on injecting dependencies into FailureAnalyzer 
implementations <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39100";>#39100</a></li>
   <li>Polish reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/38942";>#38942</a></li>
   <li>Document virtual threads limitations <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/38883";>#38883</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to MySQL 8.3.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39081";>#39081</a></li>
   <li>Upgrade to Byte Buddy 1.14.11 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39184";>#39184</a></li>
   <li>Upgrade to Groovy 4.0.17 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39185";>#39185</a></li>
   <li>Upgrade to jOOQ 3.18.9 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39186";>#39186</a></li>
   <li>Upgrade to Kotlin 1.9.22 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39187";>#39187</a></li>
   <li>Upgrade to Lettuce 6.3.1.RELEASE <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39188";>#39188</a></li>
   <li>Upgrade to MariaDB 3.3.2 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/38901";>#38901</a></li>
   <li>Upgrade to Micrometer 1.12.2 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/38978";>#38978</a></li>
   <li>Upgrade to Micrometer Tracing 1.2.2 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/38979";>#38979</a></li>
   <li>Upgrade to Neo4j Java Driver 5.15.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39136";>#39136</a></li>
   <li>Upgrade to Netty 4.1.105.Final <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/39189";>#39189</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/80c1e663ce4caae9ba4d797658c0b8c15bf96374";><code>80c1e66</code></a>
 Release v3.2.2</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/f2362d3f8c9163426ec1c25e3061bb69563a11f5";><code>f2362d3</code></a>
 Merge branch '3.1.x' into 3.2.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/663a0e66232562b012102e1fdbdc0f81783412ba";><code>663a0e6</code></a>
 Add missing harbor vars</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/1a427767bf9d2d6dc2f31c150d91a77d47829250";><code>1a42776</code></a>
 Merge branch '3.1.x' into 3.2.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/580865bdb99e0e9365d956ef6fcbb15ea2a111ff";><code>580865b</code></a>
 Next development version (v3.1.9-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/3fad814692984cb8d9308e5d9a499452b0112d5a";><code>3fad814</code></a>
 Merge branch '3.1.x' into 3.2.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/7f9bd1cd6c2e4ddded20bae149b436bc2745e137";><code>7f9bd1c</code></a>
 Switch harbor push location</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/5a900377ef2b5f355a90dfa8c8f5d33cd9027bd4";><code>5a90037</code></a>
 Merge branch '3.1.x' into 3.2.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/9e2a312224308dccb3bd7479476ea8520b22ff14";><code>9e2a312</code></a>
 Update CI to use harbor</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/961da4e4280d6468a826e68e974a21b93db3b3ca";><code>961da4e</code></a>
 Make user details only back off without custom username or password</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.1.2...v3.2.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.boot:spring-boot-maven-plugin&package-manager=maven&previous-version=3.1.2&new-version=3.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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: commits-unsubscr...@plc4x.apache.org

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

Reply via email to