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

   Bumps 
[org.springframework.boot:spring-boot-starter-tomcat](https://github.com/spring-projects/spring-boot)
 from 3.1.11 to 3.3.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-boot/releases";>org.springframework.boot:spring-boot-starter-tomcat's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.3.1</h2>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>SQL Server JDBC URL is malformed after adding 
org.springframework.boot.jdbc.parameters label <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41169";>#41169</a></li>
   <li>Git instant properties cannot be coerced following git-commit-id Maven 
plugin upgrade <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41152";>#41152</a></li>
   <li>Excluding status code from DefaultErrorAttributes throws NPE <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41141";>#41141</a></li>
   <li>Spring Boot remote restart with devtools causes 'factory already 
defined' Tomcat error when running with 'java -jar' <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41107";>#41107</a></li>
   <li>MongoHealthIndicator not compliant with Mongo stable API with strict 
setting <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41104";>#41104</a></li>
   <li>Service connection for bitnami mongodb fails to connect <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41097";>#41097</a></li>
   <li>Image building requires builder to specify a stack <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41091";>#41091</a></li>
   <li>DataSourceProperties fail to bind if java.sql module isn't included <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41084";>#41084</a></li>
   <li>AOT causes Logback configuration error when using include <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41081";>#41081</a></li>
   <li>Image building hangs when builder and buildpack are configured <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41049";>#41049</a></li>
   <li>IllegalArgumentException when trying to use Tomcat's HttpNio2Protocol 
with Spring Boot-configured SSL <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41010";>#41010</a></li>
   <li>Uber jar fails to start when it contains a dependency with 
Multi-Release: true in its manifest and unexpected file entries in 
META-INF/versions <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41006";>#41006</a></li>
   <li>JSP-related resources may not be found in an executable war file when 
using Jetty <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40996";>#40996</a></li>
   <li>The value of the tomcat.threads.config.max metric is always -1, 
irrespective of the configured maximum number of threads <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40957";>#40957</a></li>
   <li>The auto-configured reactiveNeo4jTransactionManager may cause a failure 
due to multiple TransactionManager beans <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40953";>#40953</a></li>
   <li>Application fails to start when server.tomcat.threads.max &lt; 10 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40945";>#40945</a></li>
   <li>SBOM actuator endpoint doesn't work in a native image <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40939";>#40939</a></li>
   <li>Starter parent applies its configuration of the CycloneDX Maven plugin 
too broadly <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40927";>#40927</a></li>
   <li>buildInfo does not work with Gradle 8.7 or later when the configuration 
cache is enabled <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40924";>#40924</a></li>
   <li>Prometheus Exemplars are missing from _count <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40904";>#40904</a></li>
   <li>Extract fails due to a duplicate entry when BOOT-INF/classes contains a 
directory that's also present in the root of the jar <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40903";>#40903</a></li>
   <li>sbom is not available to the actuator endpoint when using bootRun or 
bootWar <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40890";>#40890</a></li>
   <li>A newline character is missing from the start of the default banner <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/40889";>#40889</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix links to Spring AMQP's javadoc <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41144";>#41144</a></li>
   <li>Document more precisely how a Container's Docker image name is used to 
find the matching service connection <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41123";>#41123</a></li>
   <li>Cross-link to the CDS how-to guide <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/41118";>#41118</a></li>
   <li>Fix typos in javadoc of MockServerRestClientCustomizer and 
MockServerRestTemplateCustomizer <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41065";>#41065</a></li>
   <li>Improve readability when listing three pillars of observability <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41064";>#41064</a></li>
   <li>Add CDS training run configuration documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/41045";>#41045</a></li>
   <li>Document the need to switch to 
io.micrometer:micrometer-registry-prometheus-simpleclient to use the Prometheus 
push gateway <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40993";>#40993</a></li>
   <li>Improve consistency of documentation guidelines for packaging and 
running applications <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40977";>#40977</a></li>
   <li>Fix typos in method names and javadoc <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40976";>#40976</a></li>
   <li>Replace hard-coded links to Micrometer in documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/pull/40967";>#40967</a></li>
   <li>Add Kotlin example for <code>@Testcontainers</code> <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40943";>#40943</a></li>
   <li>Fix various minor inconsistencies of the documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40942";>#40942</a></li>
   <li>Warn in the documentation that spring.profiles.group can only be used in 
non-profile-specific documents <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40941";>#40941</a></li>
   <li>Broken Micrometer links in documentation <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40916";>#40916</a></li>
   <li>Document Buildpacks CDS and Spring AOT support <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/40762";>#40762</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Byte Buddy 1.14.17 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41066";>#41066</a></li>
   <li>Upgrade to FreeMarker 2.3.33 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41067";>#41067</a></li>
   <li>Upgrade to HSQLDB 2.7.3 <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41068";>#41068</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/586499db56afc755a1e5e623afc5bb636c601562";><code>586499d</code></a>
 Release v3.3.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/3ef5254d93939f10b521b13920d32e30cb179873";><code>3ef5254</code></a>
 Merge branch '3.2.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/b65aae4530931f6977d86d62e895460a0fcbe1c4";><code>b65aae4</code></a>
 Next development version (v3.2.8-SNAPSHOT)</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/8e405c02245ae25c632c7c97c4a18b380e0e2fd1";><code>8e405c0</code></a>
 Merge branch '3.2.x'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/c2f21e9fcd282b1e76b0614a4c5034717fd4e3d7";><code>c2f21e9</code></a>
 Don't execute <a 
href="https://github.com/DockerComposeTests";><code>@​DockerComposeTests</code></a>
 if docker is not running</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/e7ffeb3dc94e0430c013f8200f76eaa5074e6131";><code>e7ffeb3</code></a>
 Use Tomcat's new setter for max queue size</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/fb9d779aeb81c5942b6a16d3f2537109de4f2a39";><code>fb9d779</code></a>
 Merge pull request <a 
href="https://redirect.github.com/spring-projects/spring-boot/issues/41162";>#41162</a>
 from mateusscheper</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/955fe1868b441add8cf1fde55fdf35a6dffc6db6";><code>955fe18</code></a>
 Polish 'Improve readability of documentation'</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/cf8ed63dde2630b99250a84d045034238dbd4d62";><code>cf8ed63</code></a>
 Improve readability of documentation</li>
   <li><a 
href="https://github.com/spring-projects/spring-boot/commit/6c34c02acfb37c20f1814705ab4ea927a75b0f1f";><code>6c34c02</code></a>
 Improving readability</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-boot/compare/v3.1.11...v3.3.1";>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-starter-tomcat&package-manager=maven&previous-version=3.1.11&new-version=3.3.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 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: dev-unsubscr...@tomee.apache.org

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

Reply via email to