-
Notifications
You must be signed in to change notification settings - Fork 4
Bump spring.version from 3.5.7 to 4.0.1 #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps `spring.version` from 3.5.7 to 4.0.1. Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.7 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.0.1) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.7 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.0.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
|
@copilot can you fix this spring update? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades Spring Boot from version 3.5.7 to 4.0.1, bringing bug fixes, security improvements, and a Hibernate upgrade from 7.1 to 7.2.0.Final. The change affects only the UI module's Spring Boot dependency management.
Changes:
- Updated
spring.versionproperty from 3.5.7 to 4.0.1 in ui/pom.xml - This upgrade includes Hibernate 7.2.0.Final, various bug fixes, and security improvements
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Update DatabaseStartupConfig to use BeanFactoryPostProcessor for EntityManagerFactory dependency - Update SecurityConfig to remove deprecated AntPathRequestMatcher.antMatcher() calls - Update MethodSecurityConfig to use @EnableMethodSecurity instead of deprecated @EnableGlobalMethodSecurity - Update WebTest to import AutoConfigureMockMvc from new package - Add spring-boot-starter-webmvc-test dependency - Update springdoc-openapi to 3.0.0 for Spring Boot 4.0 compatibility Co-authored-by: ato <[email protected]>
I guess the mock user setup stuff doesn't work anymore in Sprint Boot 4.
Bumps
spring.versionfrom 3.5.7 to 4.0.1.Updates
org.springframework.boot:spring-boot-dependenciesfrom 3.5.7 to 4.0.1Release notes
Sourced from org.springframework.boot:spring-boot-dependencies's releases.
... (truncated)
Commits
b2bc463Release v4.0.1252b218Correct renaming of Kotlinx Serialization JSON starters2fa73c2Merge pull request #48577 from jwalter3e68988Polish "Harmonize Kotlin example for HTTP Service client support"423373bHarmonize Kotlin example for HTTP Service client supportf61ac29Document HttpMessageConverters detection changes2519a5dMerge branch '3.5.x'4fc3ca3Next development version (v3.5.10-SNAPSHOT)aaf66f4Merge branch '3.5.x'08e2cabPolish javadoc for when to use class names rather than class referencesUpdates
org.springframework.boot:spring-boot-maven-pluginfrom 3.5.7 to 4.0.1Release notes
Sourced from org.springframework.boot:spring-boot-maven-plugin's releases.
... (truncated)
Commits
b2bc463Release v4.0.1252b218Correct renaming of Kotlinx Serialization JSON starters2fa73c2Merge pull request #48577 from jwalter3e68988Polish "Harmonize Kotlin example for HTTP Service client support"423373bHarmonize Kotlin example for HTTP Service client supportf61ac29Document HttpMessageConverters detection changes2519a5dMerge branch '3.5.x'4fc3ca3Next development version (v3.5.10-SNAPSHOT)aaf66f4Merge branch '3.5.x'08e2cabPolish javadoc for when to use class names rather than class referencesDependabot 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)