Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 t…
…o 3.3.5 in /films-demo (#29) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.3.4 to 3.3.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-starter-parent's releases</a>.</em></p> <blockquote> <h2>v3.3.5</h2> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Running mvn spring-boot:run with classpaths that exceeds Windows' length limits leaves temporary files <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42841">#42841</a></li> <li>Report produced by ConditionReportApplicationContextFailureProcessor is always empty in a failed test <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42785">#42785</a></li> <li>Case-insensitive comparisons may be adversely affected by the user's locale <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42735">#42735</a></li> <li>DataSourceProperties#driverClassIsLoadable should not print a stacktrace to the error stream when it fails <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42683">#42683</a></li> <li>Some <code>@ControllerEndpoint</code> and <code>@RestControllerEndpoint</code> infrastructure remains undeprecated <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42498">#42498</a></li> <li>Auto-configuration for Rabbit Streams doesn't consider RabbitConnectionDetails <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42490">#42490</a></li> <li>ClassNotFoundException is thrown when loading protocol resolvers from ForkJoinPool task <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42468">#42468</a></li> <li>ActiveMQ Artemis Connection Factory creation fails in native image <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42421">#42421</a></li> <li>Duplicate meter binding when context contains multiple registries, none are primary, and one or more is a composite <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42397">#42397</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document that embedded Tomcat must be at least 10.1.25 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42849">#42849</a></li> <li>Fix systemd example configuration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42805">#42805</a></li> <li>Document that the exact behavior of the maximum HTTP request header size property is server-specific <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42789">#42789</a></li> <li>Clarify why <code>@primary</code> is recommended when defining your own ObjectMapper that replaces JacksonAutoConfiguration's <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42787">#42787</a></li> <li>Polish javadoc for Binder#bindOrCreate(String, Class) <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42778">#42778</a></li> <li>Document that Tomcat's maxQueueCapacity need to be greater than 0 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42726">#42726</a></li> <li>Remove stale link to jar-to-war getting started guide <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42723">#42723</a></li> <li>Fix typos and formatting errors in documentation <a href="https://redirect.github.com/spring-projects/spring-boot/pull/42718">#42718</a></li> <li>Fix case used for examples in "Sanitize Sensitive Values" <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42702">#42702</a></li> <li>Fix Regex javadoc links <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42685">#42685</a></li> <li>Document how Map properties are bound from environment variables <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42672">#42672</a></li> <li>Improve classpath index documentation for reproducible builds <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42643">#42643</a></li> <li>Remove links to Spring Data GemFire <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42596">#42596</a></li> <li>Order alphabetically the sections in Common Application Properties <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42520">#42520</a></li> <li>Improve the javadoc describing when <code>@ConditionalOn</code>(Missing)Bean will infer the type to match <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42505">#42505</a></li> <li>Document how to handle MANIFEST.MF in native image with Maven <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42476">#42476</a></li> <li>Fix links to Micrometer reference doc <a href="https://redirect.github.com/spring-projects/spring-boot/pull/42467">#42467</a></li> <li>Polish documentation <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42454">#42454</a></li> <li>Add Javadoc since for PrometheusScrapeEndpoint(PrometheusRegistry, Properties) <a href="https://redirect.github.com/spring-projects/spring-boot/pull/42406">#42406</a></li> <li>Remove note about graceful shutdown with Tomcat requiring 9.0.33 or later as we now require 10.1.x <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42382">#42382</a></li> <li>Document support for Java 23 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42380">#42380</a></li> <li>Improve documentation for CycloneDX integration <a href="https://redirect.github.com/spring-projects/spring-boot/issues/41506">#41506</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Prohibit upgrades to Undertow 2.3.18.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42756">#42756</a></li> <li>Upgrade to CycloneDX Maven Plugin 2.8.2 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42631">#42631</a></li> <li>Upgrade to GraphQL Java 22.3 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42757">#42757</a></li> <li>Upgrade to Infinispan 15.0.10.Final <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42632">#42632</a></li> <li>Upgrade to Jaybird 5.0.6.java11 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42752">#42752</a></li> <li>Upgrade to Jersey 3.1.9 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42633">#42633</a></li> <li>Upgrade to Jetty 12.0.14 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42635">#42635</a></li> <li>Upgrade to Jetty Reactive HTTPClient 4.0.8 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42634">#42634</a></li> <li>Upgrade to jOOQ 3.19.14 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42818">#42818</a></li> <li>Upgrade to JUnit Jupiter 5.10.5 <a href="https://redirect.github.com/spring-projects/spring-boot/issues/42637">#42637</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/2316ce688c31166a6c4f3909b9e3ce8d37efdc5c"><code>2316ce6</code></a> Release v3.3.5</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/02f6eb48cf8987a1d68a856456a91e7e9d018189"><code>02f6eb4</code></a> Merge branch '3.2.x' into 3.3.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/728deafff2fe15ae053ebb5abd52d4061fee947b"><code>728deaf</code></a> Next development version (v3.2.12-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/9ca66671276b77422ad601a760bbb88d274c1a3a"><code>9ca6667</code></a> Merge branch '3.2.x' into 3.3.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/9858b4b367dee816c736dc9496ca3972e508debb"><code>9858b4b</code></a> Fix release script</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/2bf3e5ab200f97fe166fd9d25cf7a736f3bb31f3"><code>2bf3e5a</code></a> Document that embedded Tomcat must be 10.1.25 or later</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/13e75dce1b148f7208246ddb3f9754f436f8ad04"><code>13e75dc</code></a> Upgrade to Spring Integration 6.3.5</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/131bbafb6d6ee6f243dda1c9e91f75ea2539cc39"><code>131bbaf</code></a> Merge branch '3.2.x' into 3.3.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/83a3212e98933d0be03800c5411331ece90a67a8"><code>83a3212</code></a> Use github.ref_name when deploying snapshots</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/2d9138549c485a091298f28574826643756287f9"><code>2d91385</code></a> Merge branch '3.2.x' into 3.3.x</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5">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-parent&package-manager=maven&previous-version=3.3.4&new-version=3.3.5)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information