chore: bump org.springframework.boot from 4.1.0 to 4.1.1 - #474
Open
dependabot[bot] wants to merge 1 commit into
Open
chore: bump org.springframework.boot from 4.1.0 to 4.1.1#474dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
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>
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The Spring Boot plugin version is bumped in examples but the repository’s centrally-managed Spring Boot BOM version remains at 4.1.0, creating an inconsistent Spring Boot version alignment.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates the Spring Boot Gradle plugin version used by the runnable example projects in examples/ from 4.1.0 → 4.1.1, keeping the sample apps current with the latest Spring Boot patch release.
Changes:
- Bump
id 'org.springframework.boot' version '4.1.0'to4.1.1across all example modules. - Keep gRPC examples on the same Protobuf plugin setup while updating Spring Boot plugin version.
File summaries
| File | Description |
|---|---|
| examples/gcp-web-without-test-or-ondemand-artifacts-example/build.gradle | Bumps Spring Boot Gradle plugin version for this web example. |
| examples/gcp-web-without-test-artifacts-otel-starter-example/build.gradle | Bumps Spring Boot Gradle plugin version for OTel-starter web example. |
| examples/gcp-web-without-test-artifacts-otel-agent-example/build.gradle | Bumps Spring Boot Gradle plugin version for OTel-agent web example. |
| examples/gcp-web-without-test-artifacts-example/build.gradle | Bumps Spring Boot Gradle plugin version for minimal web example. |
| examples/gcp-web-otel-starter-example/build.gradle | Bumps Spring Boot Gradle plugin version for OTel-starter web example. |
| examples/gcp-web-otel-agent-example/build.gradle | Bumps Spring Boot Gradle plugin version for OTel-agent web example. |
| examples/gcp-web-example/build.gradle | Bumps Spring Boot Gradle plugin version for the main GCP web example. |
| examples/gcp-web-apache-client-example/build.gradle | Bumps Spring Boot Gradle plugin version for Apache client web example. |
| examples/gcp-grpc-spring-without-test-artifacts-otel-starter-example/build.gradle | Bumps Spring Boot Gradle plugin version for gRPC + OTel-starter example. |
| examples/gcp-grpc-spring-without-test-artifacts-otel-agent-example/build.gradle | Bumps Spring Boot Gradle plugin version for gRPC + OTel-agent example. |
| examples/gcp-grpc-spring-without-test-artifacts-example/build.gradle | Bumps Spring Boot Gradle plugin version for gRPC example without test artifacts. |
| examples/gcp-grpc-spring-otel-starter-example/build.gradle | Bumps Spring Boot Gradle plugin version for gRPC + OTel-starter example. |
| examples/gcp-grpc-spring-otel-agent-example/build.gradle | Bumps Spring Boot Gradle plugin version for gRPC + OTel-agent example. |
| examples/gcp-grpc-spring-example/build.gradle | Bumps Spring Boot Gradle plugin version for the main GCP gRPC example. |
| examples/gcp-async-web-example/build.gradle | Bumps Spring Boot Gradle plugin version for async web example. |
| examples/azure-web-example/build.gradle | Bumps Spring Boot Gradle plugin version for Azure web example. |
| examples/azure-grpc-spring-example/build.gradle | Bumps Spring Boot Gradle plugin version for Azure gRPC example. |
Review details
- Files reviewed: 17/17 changed files
- Comments generated: 17
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| @@ -1,5 +1,5 @@ | |||
| plugins { | |||
| id 'org.springframework.boot' version '4.1.0' | |||
| id 'org.springframework.boot' version '4.1.1' | |||
| @@ -1,5 +1,5 @@ | |||
| plugins { | |||
| id 'org.springframework.boot' version '4.1.0' | |||
| id 'org.springframework.boot' version '4.1.1' | |||
| @@ -1,5 +1,5 @@ | |||
| plugins { | |||
| id 'org.springframework.boot' version '4.1.0' | |||
| id 'org.springframework.boot' version '4.1.1' | |||
| @@ -1,5 +1,5 @@ | |||
| plugins { | |||
| id 'org.springframework.boot' version '4.1.0' | |||
| id 'org.springframework.boot' version '4.1.1' | |||
| @@ -1,5 +1,5 @@ | |||
| plugins { | |||
| id 'org.springframework.boot' version '4.1.0' | |||
| id 'org.springframework.boot' version '4.1.1' | |||
| @@ -1,5 +1,5 @@ | |||
| plugins { | |||
| id 'org.springframework.boot' version '4.1.0' | |||
| id 'org.springframework.boot' version '4.1.1' | |||
| @@ -1,5 +1,5 @@ | |||
| plugins { | |||
| id 'org.springframework.boot' version '4.1.0' | |||
| id 'org.springframework.boot' version '4.1.1' | |||
| @@ -1,5 +1,5 @@ | |||
| plugins { | |||
| id 'org.springframework.boot' version '4.1.0' | |||
| id 'org.springframework.boot' version '4.1.1' | |||
| @@ -1,5 +1,5 @@ | |||
| plugins { | |||
| id 'org.springframework.boot' version '4.1.0' | |||
| id 'org.springframework.boot' version '4.1.1' | |||
| @@ -1,5 +1,5 @@ | |||
| plugins { | |||
| id 'org.springframework.boot' version '4.1.0' | |||
| id 'org.springframework.boot' version '4.1.1' | |||
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 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)