Bump org.springframework.boot:spring-boot-starter-parent from 3.2.5 to 3.3.2#34
Conversation
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.2.5 to 3.3.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v3.3.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
Bumps the project’s Spring Boot parent POM version to pick up Spring Boot 3.3.2’s dependency management and fixes across the multi-module build.
Changes:
- Update
org.springframework.boot:spring-boot-starter-parentfrom3.2.5to3.3.2.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <artifactId>spring-boot-starter-parent</artifactId> | ||
| <version>3.2.5</version> | ||
| <version>3.3.2</version> | ||
| <relativePath/> |
There was a problem hiding this comment.
Upgrading the Spring Boot parent to 3.3.2 is likely ineffective / potentially unsafe while this POM still imports spring-framework-bom (6.1.6) and junit-bom (5.10.2) in <dependencyManagement>, since those direct BOM imports override the parent-managed versions. Spring Boot 3.3.2 is tested against newer Spring Framework/JUnit patch versions; keeping older pinned BOMs can lead to runtime NoSuchMethodError/classpath mismatches and missing fixes. Consider removing these BOM imports (letting the Boot parent manage them) or updating them to the versions aligned with Boot 3.3.2.
Bumps org.springframework.boot:spring-boot-starter-parent from 3.2.5 to 3.3.2.
Release notes
Sourced from org.springframework.boot:spring-boot-starter-parent's releases.
... (truncated)
Commits
2d0861dRelease v3.3.2397f3f4Merge branch '3.2.x' into 3.3.xf5df7e7Fix documentation links in the README6f745c7Merge pull request #41531 from anbusampath3d29359Update README to fix links to the docsb7ff40eMerge pull request #41355 from opcooc1a6760ePolish "Add configuration property to allow multiple issuers"b0b97fbAdd configuration property to allow multiple issuersf7780b4Polish51646fbUpgrade to Spring Pulsar 1.1.2Dependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)