fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.5 #47

Open
renovate-bot wants to merge 1 commits from renovate/spring-boot into main
Member

This PR contains the following updates:

Package Type Update Change
org.springframework.boot:spring-boot-starter-parent (source) parent patch 3.4.4 -> 3.4.5

Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)

v3.4.5

Compare Source

🐞 Bug Fixes

  • Spring Boot with native image container image build fails on podman due to directory permissions #​45256
  • Neo4jReactiveDataAutoConfiguration assumes that certain beans are available #​45235
  • Wrong jOOQ exception translator with empty db name #​45219
  • MessageSourceMessageInterpolator does not replace a parameter when the message matches its code #​45213
  • IntegrationMbeanExporter is not eligible for getting processed by all BeanPostProcessors warnings are shown when using JMX #​45194
  • OAuth2AuthorizationServerJwtAutoConfiguration uses @ConditionalOnClass incorrectly #​45178
  • MongoDB's dependency management is missing Kotlin coroutine driver modules #​45159
  • ImagePlatform can cause "OS must not be empty" IllegalArgumentException #​45153
  • TypeUtils does not handle generics with identical names in different positions #​45039
  • HttpClient5 5.4.3 breaks local Docker transport #​45028
  • spring.datasource.hikari.data-source-class-name cannot be used as a driver class name is always required and Hikari does not accept both #​45002
  • Post-processing to apply custom JdbcConnectionDetails triggers an NPE in Hikari if the JDBC URL is for an unknown driver #​44998
  • DataSourceBuilder triggers an NPE in Hikari when trying to build a DataSource with a JDBC URL for an unknown driver #​44995
  • SSL config does not watch for symlink file changes #​44887
  • EmbeddedLdapAutoConfiguration should not rely on PreDestroy #​44874
  • DataSourceTransactionManagerAutoConfiguration should run after DataSourceAutoConfiguration #​44819
  • JsonValueWriter can throw StackOverflowError on deeply nested items #​44627
  • In a reactive web app, SslBundle can no longer open store file locations without using a 'file:' prefix #​44535
  • Logging a Path object using structured logging throws StackOverflowError #​44507

📔 Documentation

  • Make @Component a javadoc link #​45258
  • Fix documentation links to buildpacks.io #​45241
  • Clarify the use of multiple profile expressions with "spring.config.activate.on-profile" #​45224
  • Show the use of token properties in authorization server clients configuration example #​45176
  • Add details of the purpose of the metrics endpoint #​45047
  • Escape the asterisk in spring-application.adoc #​45033
  • Add reference to Styra (OPA) Spring Boot SDK #​44976
  • Update CDS documentation to cover AOTCache #​44970
  • WebFlux security documentation incorrectly links to servlet classes #​44966
  • Replace mentions of deprecated MockBean annotation #​44947
  • TaskExecution documentation should describe what happens when multiple Executor beans are present #​44908
  • Documentation lists coordinates for some dependencies that are not actually managed #​44879
  • Polish javadoc of SpringProfileAction #​44826

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​EvaristeGalois11, @​MelleD, @​aahlenst, @​ali-jalaal, @​erichaagdev, @​florgust, @​geniusYoo, @​izeye, @​jonatan-ivanov, @​nenros, @​nevenc, @​ngocnhan-tran1996, @​nosan, @​quaff, and @​rainboyan


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | parent | patch | `3.4.4` -> `3.4.5` | --- ### Release Notes <details> <summary>spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)</summary> ### [`v3.4.5`](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.5) [Compare Source](https://github.com/spring-projects/spring-boot/compare/v3.4.4...v3.4.5) #### :lady_beetle: Bug Fixes - Spring Boot with native image container image build fails on podman due to directory permissions [#&#8203;45256](https://github.com/spring-projects/spring-boot/issues/45256) - Neo4jReactiveDataAutoConfiguration assumes that certain beans are available [#&#8203;45235](https://github.com/spring-projects/spring-boot/issues/45235) - Wrong jOOQ exception translator with empty db name [#&#8203;45219](https://github.com/spring-projects/spring-boot/issues/45219) - MessageSourceMessageInterpolator does not replace a parameter when the message matches its code [#&#8203;45213](https://github.com/spring-projects/spring-boot/issues/45213) - IntegrationMbeanExporter is not eligible for getting processed by all BeanPostProcessors warnings are shown when using JMX [#&#8203;45194](https://github.com/spring-projects/spring-boot/issues/45194) - OAuth2AuthorizationServerJwtAutoConfiguration uses `@ConditionalOnClass` incorrectly [#&#8203;45178](https://github.com/spring-projects/spring-boot/issues/45178) - MongoDB's dependency management is missing Kotlin coroutine driver modules [#&#8203;45159](https://github.com/spring-projects/spring-boot/issues/45159) - ImagePlatform can cause "OS must not be empty" IllegalArgumentException [#&#8203;45153](https://github.com/spring-projects/spring-boot/issues/45153) - TypeUtils does not handle generics with identical names in different positions [#&#8203;45039](https://github.com/spring-projects/spring-boot/issues/45039) - HttpClient5 5.4.3 breaks local Docker transport [#&#8203;45028](https://github.com/spring-projects/spring-boot/issues/45028) - spring.datasource.hikari.data-source-class-name cannot be used as a driver class name is always required and Hikari does not accept both [#&#8203;45002](https://github.com/spring-projects/spring-boot/issues/45002) - Post-processing to apply custom JdbcConnectionDetails triggers an NPE in Hikari if the JDBC URL is for an unknown driver [#&#8203;44998](https://github.com/spring-projects/spring-boot/issues/44998) - DataSourceBuilder triggers an NPE in Hikari when trying to build a DataSource with a JDBC URL for an unknown driver [#&#8203;44995](https://github.com/spring-projects/spring-boot/issues/44995) - SSL config does not watch for symlink file changes [#&#8203;44887](https://github.com/spring-projects/spring-boot/issues/44887) - EmbeddedLdapAutoConfiguration should not rely on PreDestroy [#&#8203;44874](https://github.com/spring-projects/spring-boot/issues/44874) - DataSourceTransactionManagerAutoConfiguration should run after DataSourceAutoConfiguration [#&#8203;44819](https://github.com/spring-projects/spring-boot/issues/44819) - JsonValueWriter can throw StackOverflowError on deeply nested items [#&#8203;44627](https://github.com/spring-projects/spring-boot/pull/44627) - In a reactive web app, SslBundle can no longer open store file locations without using a 'file:' prefix [#&#8203;44535](https://github.com/spring-projects/spring-boot/pull/44535) - Logging a Path object using structured logging throws StackOverflowError [#&#8203;44507](https://github.com/spring-projects/spring-boot/pull/44507) #### :notebook_with_decorative_cover: Documentation - Make `@Component` a javadoc link [#&#8203;45258](https://github.com/spring-projects/spring-boot/issues/45258) - Fix documentation links to buildpacks.io [#&#8203;45241](https://github.com/spring-projects/spring-boot/issues/45241) - Clarify the use of multiple profile expressions with "spring.config.activate.on-profile" [#&#8203;45224](https://github.com/spring-projects/spring-boot/issues/45224) - Show the use of token properties in authorization server clients configuration example [#&#8203;45176](https://github.com/spring-projects/spring-boot/issues/45176) - Add details of the purpose of the metrics endpoint [#&#8203;45047](https://github.com/spring-projects/spring-boot/issues/45047) - Escape the asterisk in spring-application.adoc [#&#8203;45033](https://github.com/spring-projects/spring-boot/issues/45033) - Add reference to Styra (OPA) Spring Boot SDK [#&#8203;44976](https://github.com/spring-projects/spring-boot/issues/44976) - Update CDS documentation to cover AOTCache [#&#8203;44970](https://github.com/spring-projects/spring-boot/issues/44970) - WebFlux security documentation incorrectly links to servlet classes [#&#8203;44966](https://github.com/spring-projects/spring-boot/issues/44966) - Replace mentions of deprecated MockBean annotation [#&#8203;44947](https://github.com/spring-projects/spring-boot/pull/44947) - TaskExecution documentation should describe what happens when multiple Executor beans are present [#&#8203;44908](https://github.com/spring-projects/spring-boot/issues/44908) - Documentation lists coordinates for some dependencies that are not actually managed [#&#8203;44879](https://github.com/spring-projects/spring-boot/issues/44879) - Polish javadoc of SpringProfileAction [#&#8203;44826](https://github.com/spring-projects/spring-boot/issues/44826) #### :hammer: Dependency Upgrades - Upgrade to AspectJ 1.9.24 [#&#8203;45184](https://github.com/spring-projects/spring-boot/issues/45184) - Upgrade to Couchbase Client 3.7.9 [#&#8203;45072](https://github.com/spring-projects/spring-boot/issues/45072) - Upgrade to Hibernate 6.6.13.Final [#&#8203;45073](https://github.com/spring-projects/spring-boot/issues/45073) - Upgrade to HttpClient5 5.4.3 [#&#8203;45074](https://github.com/spring-projects/spring-boot/issues/45074) - Upgrade to HttpCore5 5.3.4 [#&#8203;45075](https://github.com/spring-projects/spring-boot/issues/45075) - Upgrade to Jaybird 5.0.7.java11 [#&#8203;45076](https://github.com/spring-projects/spring-boot/issues/45076) - Upgrade to Jetty 12.0.19 [#&#8203;45077](https://github.com/spring-projects/spring-boot/issues/45077) - Upgrade to jOOQ 3.19.22 [#&#8203;45078](https://github.com/spring-projects/spring-boot/issues/45078) - Upgrade to Lombok 1.18.38 [#&#8203;45079](https://github.com/spring-projects/spring-boot/issues/45079) - Upgrade to MariaDB 3.4.2 [#&#8203;45080](https://github.com/spring-projects/spring-boot/issues/45080) - Upgrade to Maven Failsafe Plugin 3.5.3 [#&#8203;45081](https://github.com/spring-projects/spring-boot/issues/45081) - Upgrade to Maven Surefire Plugin 3.5.3 [#&#8203;45082](https://github.com/spring-projects/spring-boot/issues/45082) - Upgrade to Micrometer 1.14.6 [#&#8203;45085](https://github.com/spring-projects/spring-boot/issues/45085) - Upgrade to Micrometer Tracing 1.4.5 [#&#8203;45086](https://github.com/spring-projects/spring-boot/issues/45086) - Upgrade to Neo4j Java Driver 5.28.4 [#&#8203;45133](https://github.com/spring-projects/spring-boot/issues/45133) - Upgrade to Pulsar 3.3.6 [#&#8203;45083](https://github.com/spring-projects/spring-boot/issues/45083) - Upgrade to Reactor Bom 2024.0.5 [#&#8203;45087](https://github.com/spring-projects/spring-boot/issues/45087) - Upgrade to Spring AMQP 3.2.5 [#&#8203;45088](https://github.com/spring-projects/spring-boot/issues/45088) - Upgrade to Spring Authorization Server 1.4.3 [#&#8203;45089](https://github.com/spring-projects/spring-boot/issues/45089) - Upgrade to Spring Data Bom 2024.1.5 [#&#8203;45090](https://github.com/spring-projects/spring-boot/issues/45090) - Upgrade to Spring Framework 6.2.6 [#&#8203;45091](https://github.com/spring-projects/spring-boot/issues/45091) - Upgrade to Spring GraphQL 1.3.5 [#&#8203;45092](https://github.com/spring-projects/spring-boot/issues/45092) - Upgrade to Spring Integration 6.4.4 [#&#8203;45093](https://github.com/spring-projects/spring-boot/issues/45093) - Upgrade to Spring Kafka 3.3.5 [#&#8203;45094](https://github.com/spring-projects/spring-boot/issues/45094) - Upgrade to Spring LDAP 3.2.12 [#&#8203;45095](https://github.com/spring-projects/spring-boot/issues/45095) - Upgrade to Spring Pulsar 1.2.5 [#&#8203;45096](https://github.com/spring-projects/spring-boot/issues/45096) - Upgrade to Spring Security 6.4.5 [#&#8203;45097](https://github.com/spring-projects/spring-boot/issues/45097) - Upgrade to Spring Session 3.4.3 [#&#8203;45098](https://github.com/spring-projects/spring-boot/issues/45098) - Upgrade to Spring WS 4.0.13 [#&#8203;45099](https://github.com/spring-projects/spring-boot/issues/45099) - Upgrade to Tomcat 10.1.40 [#&#8203;45084](https://github.com/spring-projects/spring-boot/issues/45084) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;EvaristeGalois11](https://github.com/EvaristeGalois11), [@&#8203;MelleD](https://github.com/MelleD), [@&#8203;aahlenst](https://github.com/aahlenst), [@&#8203;ali-jalaal](https://github.com/ali-jalaal), [@&#8203;erichaagdev](https://github.com/erichaagdev), [@&#8203;florgust](https://github.com/florgust), [@&#8203;geniusYoo](https://github.com/geniusYoo), [@&#8203;izeye](https://github.com/izeye), [@&#8203;jonatan-ivanov](https://github.com/jonatan-ivanov), [@&#8203;nenros](https://github.com/nenros), [@&#8203;nevenc](https://github.com/nevenc), [@&#8203;ngocnhan-tran1996](https://github.com/ngocnhan-tran1996), [@&#8203;nosan](https://github.com/nosan), [@&#8203;quaff](https://github.com/quaff), and [@&#8203;rainboyan](https://github.com/rainboyan) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-04-25 00:16:30 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/spring-boot:renovate/spring-boot
git checkout renovate/spring-boot
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: java/java-template#47
No description provided.