Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-starter-parent from 3.3.2 t…
Browse files Browse the repository at this point in the history
…o 3.3.3 (#1174)

Bumps
[org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot)
from 3.3.2 to 3.3.3.
<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.3</h2>
<h2>:star: New Features</h2>
<ul>
<li>Add TWENTY_THREE to JavaVersion enum <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41716">#41716</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Extending DefaultErrorAttributes and overriding getErrorAttributes()
gets called twice <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41995">#41995</a></li>
<li>When using WebFlux, server.error.include-binding-errors=ALWAYS no
longer has an effect when the BindingResult exception is the cause of a
ResponseStatusException <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41987">#41987</a></li>
<li>PropertiesLauncher does not respect classpath.idx when adding jars
in BOOT-INF/lib to the classpath <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41970">#41970</a></li>
<li>Web extension for SBOM endpoint isn't available under
/cloudfoundryapplication <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41890">#41890</a></li>
<li>Launcher's ClassLoader is no longer parallel capable <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41873">#41873</a></li>
<li>spring-boot-testcontainers causes unwanted container initialization
during AOT processing <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41859">#41859</a></li>
<li>ReactiveElasticsearchRepositoriesAutoConfiguration should back off
when Reactor is not on the classpath <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41678">#41678</a></li>
<li>mvn spring-boot:build-image fails when 'classifier' is set to
non-default value <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41661">#41661</a></li>
<li>Spring Boot Maven plugin AOT cannot handle Maven modules with
module-info.java <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41647">#41647</a></li>
<li>Docker publishRegistry in Maven plugin configuration is validated
when publish option is false <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41641">#41641</a></li>
<li>Using Gradle's new file permission API is implemented in a way that
prevents removal of the old API <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41607">#41607</a></li>
<li>Some <code>@ControllerEndpoint</code> and
<code>@RestControllerEndpoint</code> infrastructure remains undeprecated
<a
href="https://redirect.github.com/spring-projects/spring-boot/pull/41596">#41596</a></li>
<li>Constructor binding of EnumMap fails due to missing key type <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41563">#41563</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Improve documented logging property descriptions and default values
<a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41989">#41989</a></li>
<li>Explain that enabling virtual threads disables traditional thread
pools <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41976">#41976</a></li>
<li>Harmonize code sample for MyUserHandler in reference documentation
<a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41949">#41949</a></li>
<li>Document when environment variable property mapping applies <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41945">#41945</a></li>
<li>Javadoc of slice test annotations should describe more accurately
which components are considered <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41935">#41935</a></li>
<li>Fix duplicate words <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41920">#41920</a></li>
<li>Document the need to explicitly reset mock servers when using mock
server customizers directly <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41849">#41849</a></li>
<li>Correct grammar in 'Running your Application with Maven' <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/41840">#41840</a></li>
<li>Document more clearly that username and password are not used when
spring.data.redis.url is set <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41748">#41748</a></li>
<li>Pulsar configuration does not have default value for several entries
in the metadata <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41683">#41683</a></li>
<li>management.otlp.metrics.export.aggregation-temporality does not have
a default value in the metadata <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41676">#41676</a></li>
<li>management.newrelic.metrics.export.client-provider-type does not
have a default value in the metadata <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41670">#41670</a></li>
<li>server.error.include-path does not have a default value in the
metadata <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41667">#41667</a></li>
<li>The effect upon Actuator of defining your own SecurityFilterChain is
documented inconsistently <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41638">#41638</a></li>
<li>&quot;Use Spring Data repositories&quot; How-to incorrectly refers
to Repository annotations <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41628">#41628</a></li>
<li>&quot;Use Spring Data repositories&quot; How-to incorrectly refers
to Repository annotations <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41627">#41627</a></li>
<li>Update link to documentation for log4j-spring-boot <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41622">#41622</a></li>
<li>Fix link to Flyway reference documentation <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41593">#41593</a></li>
<li>Document configuration property binding's support for using
<code>@name</code> to customize a property name <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41585">#41585</a></li>
<li>Add hint for new dependencies required for Flyway <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/41574">#41574</a></li>
<li>Document that spring-boot:repackage should not be run from the
command-line <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/22317">#22317</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to ActiveMQ 6.1.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41782">#41782</a></li>
<li>Upgrade to Awaitility 4.2.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/41707">#41707</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/27f852a6b08a83aa86f55dc0f28837ba81b5024d"><code>27f852a</code></a>
Release v3.3.3</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/f0d2503b64b8aff343f9469ff358853843054baa"><code>f0d2503</code></a>
Merge branch '3.2.x' into 3.3.x</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/1822b2fadeb39246fcc6d14968d7e65aaab4075c"><code>1822b2f</code></a>
Include spring-boot-starter-parent in Integration tests repository</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/d4e1aedba50db9c8b57ce823122f29beb3a5f14e"><code>d4e1aed</code></a>
Merge branch '3.2.x' into 3.3.x</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/0b24ee857189e139f48826bf2aef10ae8680c11b"><code>0b24ee8</code></a>
Improve loading of jar entry certificates</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/29e46070466f062d3cc5b445f812eb1d0641d612"><code>29e4607</code></a>
Merge branch '3.2.x' into 3.3.x</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/112cfc8be6b7cf3fdb76c0bba775ddaa205aa6b2"><code>112cfc8</code></a>
Remove processed annotations plugin declaration</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/05b73ceeecd940843a34b9026ce73ba408a7aaa2"><code>05b73ce</code></a>
Call getErrorAttributes() only once</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/d9746861a7f0135a10a12c38e34d4118505089b0"><code>d974686</code></a>
Upgrade to apachepulsar/pulsar 3.2.4</li>
<li><a
href="https://github.com/spring-projects/spring-boot/commit/459d899ed98835f3ad89d600a281bd16236986d4"><code>459d899</code></a>
Add release type attribute for Antora documentation generation</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3">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.2&new-version=3.3.3)](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
dependabot[bot] authored Sep 5, 2024
1 parent 6adad22 commit a26e2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit a26e2c1

Please sign in to comment.