Bump org.springframework.boot from 4.1.0 to 4.1.1 - #1031
Conversation
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 04eba80fd1
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| id 'java' | ||
| id 'idea' | ||
| id 'org.springframework.boot' version '4.1.0' | ||
| id 'org.springframework.boot' version '4.1.1' |
There was a problem hiding this comment.
Keep both Spring Boot plugin declarations aligned
The buildscript block still loads spring-boot-gradle-plugin:4.1.0, while this plugin request now specifies 4.1.1. Because the plugin is already present on the script classpath at a different version, Gradle rejects the request during project configuration, preventing every build that configures :server; update the classpath declaration to 4.1.1 as well (or remove the redundant declaration).
Useful? React with 👍 / 👎.
|
Looks like org.springframework.boot is up-to-date now, so this is no longer needed. |
Bumps org.springframework.boot from 4.1.0 to 4.1.1.
Release notes
Sourced from org.springframework.boot's releases.
... (truncated)
Commits
6fdf67eRelease 4.1.1fde599bUpgrade to Spring Pulsar 2.0.79daa58fUpgrade to Spring HATEOAS 3.1.2353993eUpgrade to Spring Data Bom 2026.0.124ba596Upgrade to Spring Session 4.1.15cb5c29Upgrade to Spring Security 7.1.14adc8ebUpgrade to Spring LDAP 4.1.14d9c19cUpgrade to Spring Kafka 4.1.1f30f612Upgrade to Spring Integration 7.1.1b930283Upgrade to Spring gRPC 1.1.1Dependabot 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 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)