build(deps): bump org.springframework.boot from 3.2.5 to 4.0.6 in /docker/host-app#48
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.5 to 4.0.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v4.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
b243a24 to
a03d50e
Compare
mpge
added a commit
that referenced
this pull request
May 2, 2026
Bundles dependabot PRs #54 and #48. Requires Gradle 9 (#55, already merged). Boot 4 migration: - @EntityScan moved from o.s.boot.autoconfigure.domain to o.s.boot.persistence.autoconfigure - @WebMvcTest / @AutoConfigureMockMvc moved from o.s.boot.test.autoconfigure.web.servlet to o.s.boot.webmvc.test.autoconfigure (now requires the new spring-boot-starter-webmvc-test test starter) - @MockBean removed; replaced with Spring Framework 7's @MockitoBean - Drop unused dev.samstevens.totp:totp-spring-boot-starter:1.7.1 (TwoFactorService implements TOTP from scratch with javax.crypto; the starter pinned spring-boot-autoconfigure 2.2.5 which conflicts with Boot 4 dependency management)
Member
|
Superseded by #57. |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps org.springframework.boot from 3.2.5 to 4.0.6.
Release notes
Sourced from org.springframework.boot's releases.
... (truncated)
Commits
8821ad2Release v4.0.69e4048aMerge branch '3.5.x' into 4.0.x20bb11cNext development version (v3.5.15-SNAPSHOT)98daa8eMerge branch '3.5.x' into 4.0.x9dc5aa2Polish874f629Fix default security with actuator but without healthe41b3bfEnable hostname verification for SSL connections to Elasticsearchef8527bMerge branch '3.5.x' into 4.0.xf533a45Do not follow symlinks when writing PID file4a7bd33Merge branch '3.5.x' into 4.0.x