dependabot[bot] opened a new pull request, #552:
URL: https://github.com/apache/incubator-tuweni/pull/552

   Bumps 
[org.springframework.boot](https://github.com/spring-projects/spring-boot) from 
2.7.7 to 3.1.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.1.1</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Websockets don't work when using WebFlux with Jetty <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/36009";>#36009</a></li>
   <li>When using SimpleClientHttpRequestFactory, non-GET requests sent with 
RestTemplate have the wrong HttpMethod when SSLBundles are used <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/36007";>#36007</a></li>
   <li>Spring Boot properties migrator can create circular references <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35934";>#35934</a></li>
   <li>Actuator loggers list endpoint throws exception on Log4J2 loggers with 
custom log levels <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35922";>#35922</a></li>
   <li>SSL configuration overwrites other WebClient customization <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35914";>#35914</a></li>
   <li>Validation is not applied for ConfigurationProperties that implement 
Validator and use <code>@ConstructorBinding</code> <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35913";>#35913</a></li>
   <li>Tracing only supports a single context propagation type <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35907";>#35907</a></li>
   <li>SpringApplication.from(?).with(?) adds its sources to every context 
that's created <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35873";>#35873</a></li>
   <li>Devtools does not support package-private main classes <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35865";>#35865</a></li>
   <li>DevTools prevent startup in native image with ClassNotFoundException <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35853";>#35853</a></li>
   <li>Password is not used from spring.data.redis.url property without 
username <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35850";>#35850</a></li>
   <li>Docker Compose connection details for MongoDB is missing the authSource 
option when authentication is configured <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35777";>#35777</a></li>
   <li>Processing of <code>@EndpointCloudFoundryExtension</code> logs a 
warnings as it does not use <code>@AliasFor</code> on its override of the 
endpoint attribute <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35766";>#35766</a></li>
   <li>Java 20 is supported but there's no value for it in the JavaVersion enum 
<a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35764";>#35764</a></li>
   <li>SpringApplication.from(...) is hard to use with Kotlin <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35756";>#35756</a></li>
   <li>Spring Boot 3.1.0 incompatible with Flyway 9.0 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35721";>#35721</a></li>
   <li>The error message is unhelpful when spring.rabbitmq.host is configured 
with a comma-separated value <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35684";>#35684</a></li>
   <li>Docker Compose support produces non-working native image <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35676";>#35676</a></li>
   <li>Metadata for spring.ssl properties are missing <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35667";>#35667</a></li>
   <li>The new support for testcontainers in Spring Boot 3.1.0 does not work 
with native tests <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35663";>#35663</a></li>
   <li>Constructor binding of <code>@ConfigurationProperties</code> to a 
lateinit property fails with kotlin.UninitializedPropertyAccessException <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35654";>#35654</a></li>
   <li>PEM SSL bundles do not support encrypted PKCS8 private keys <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35652";>#35652</a></li>
   <li>When a configuration properties bean is defined using a 
<code>@Bean</code> method, BindableRuntimeHintsRegistrar may incorrectly 
register hints for constructor binding <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35647";>#35647</a></li>
   <li>Enabling Spring Data Elasticsearch auditing causes application startup 
failure <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35610";>#35610</a></li>
   <li>ZipkinAutoConfiguration always need a ZipkinProperties bean in SB 3.1 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35592";>#35592</a></li>
   <li>MongoDB authentication to different DB than used no longer works in 
spring boot 3.1 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35567";>#35567</a></li>
   <li>Auto-configuration for Spring Data MongoDB ignores 
spring.data.mongodb.database when spring.data.mongodb.uri has been set <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35566";>#35566</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Remove <code>@EnableBatchProcessing</code> mentions in reference 
documentation for sliced tests and user configuration <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/36004";>#36004</a></li>
   <li>Update description of spring-boot-starter-data-rest to clarify that it 
uses Spring MVC <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35911";>#35911</a></li>
   <li>Add <code>@DynamicPropertySource</code> to documented list of property 
source ordering <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35909";>#35909</a></li>
   <li>Fix typo in Docker Compose documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35818";>#35818</a></li>
   <li>Move property notes up to external configuration section <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35769";>#35769</a></li>
   <li>Improve OAuth2 Client section of docs <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35767";>#35767</a></li>
   <li>Description of spring.data.mongodb.uri property incorrectly states that 
it overrides spring.data.mongodb.database <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35690";>#35690</a></li>
   <li>Fix error in SSL bundle documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/35665";>#35665</a></li>
   <li>Document how to add parameters to the JDBC URL created for a Docker 
Compose managed container <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35636";>#35636</a></li>
   <li>Documenting audience support in Oauth2 resource server  <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35634";>#35634</a></li>
   <li>Description of <code>build-image</code> and 
<code>build-image-no-fork</code> Maven plugin goals is inconsistent <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35618";>#35618</a></li>
   <li>Some spring.docker.compose properties do not document their default 
values <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35598";>#35598</a></li>
   <li>Description of never value for spring.docker.compose.readiness.wait is 
incorrect <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35597";>#35597</a></li>
   <li>ServiceConnection Typo In <code>name</code> Documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35594";>#35594</a></li>
   <li>Declare <code>@Testcontainers</code> before <code>@SpringBootTest</code> 
in documentation examples to ensure that Testcontainers is started before the 
application tries to use its containers <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/35572";>#35572</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/ae50fa6c70bbfa6871632c1d5f63fc255af6c500";><code>ae50fa6</code></a>
 Release v3.1.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/5c53bda650ee0ebcde56a781443be9ca0a002a1f";><code>5c53bda</code></a>
 Merge branch '3.0.x' into 3.1.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/1596f69601cdfb98198297b32b7b8d77fd633334";><code>1596f69</code></a>
 Merge branch '2.7.x' into 3.0.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/fff30efed5a9029065132a512bee7fd44cd253d1";><code>fff30ef</code></a>
 Configure timeouts on staging builds</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/31f218c4e0db8ddac22d2dbb47f2a5b5146bc160";><code>31f218c</code></a>
 Merge branch '3.0.x' into 3.1.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/9db3c5a2f7fe642dc954314d89a639130b0ea5d1";><code>9db3c5a</code></a>
 Polish</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/8ac5dc7ea360069eb203c752e09ed5a71de4b0c1";><code>8ac5dc7</code></a>
 Merge branch '3.0.x' into 3.1.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/f7af1bab5ba732b21763028f200e6dc70622bcb1";><code>f7af1ba</code></a>
 Upgrade to Spring WS 4.0.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/eb72d7e9f165979da60a97a53e1a8b8603680e24";><code>eb72d7e</code></a>
 Merge branch '3.0.x' into 3.1.x</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/5c8ed944cadfed761094b71ea648d22e2abd6151";><code>5c8ed94</code></a>
 Start building against Spring WS 4.0.5 snapshots</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v2.7.7...v3.1.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.boot&package-manager=gradle&previous-version=2.7.7&new-version=3.1.1)](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 ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org
For additional commands, e-mail: dev-h...@tuweni.apache.org

Reply via email to