-
Notifications
You must be signed in to change notification settings - Fork 1
Comments
chore: bump org.springframework.boot:spring-boot-starter-parent from 3.5.7 to 4.0.2#11
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore: bump org.springframework.boot:spring-boot-starter-parent from 3.5.7 to 4.0.2#11dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Bumps org.springframework.boot:spring-boot-starter-parent from 3.5.7 to 4.0.2.
Release notes
Sourced from org.springframework.boot:spring-boot-starter-parent's releases.
v4.0.2
Noteworthy Changes
- The dependency on
org.eclipse.jetty.ee11:jetty-ee11-servletshas been removed fromspring-boot-jettyas it was unnecessary and unused. If your application code depends on a class fromjetty-ee11-servlets, declare a dependency on it in your build configuration. #48677Bug Fixes
- No TransactionAutoConfiguration with spring-boot-starter-kafka for Spring Boot 4 #48880
- Evaluation of bean conditions unnecessarily queries the bean factory for types that are not present #48840
- When a bean condition references a type that is not present, it appears as ? in the condition evaluation report #48838
- SessionAutoConfiguration creates a DefaultCookieSerializer with a default SameSite of null instead of Lax #48830
- Setting graphql schema location to "classpath*:graphql/**/" causes failure due to incorrectly packaged test resource #48829
- Message interpolation by MVC and WebFlux's Validators does not work correctly in a native image #48828
- CloudFoundry integration fails in Servlet-based web app without a dependency on spring-boot-starter-restclient #48826
- RestTestClientAutoConfiguration and TestRestTemplateAutoConfiguration should be package-private #48820
- SSL metrics are no longer auto-configured #48819
- Actuator /info endpoint fails in Java 25 Native Image (VirtualThreadSchedulerMXBean support) #48812
- DataSourceBuilder cannot create oracle.ucp.jdbc.PoolDataSourceImpl in a native image #48703
- The spring-boot-cloudfoundry module should only have an optional dependency on spring-boot-security #48685
- Application JAR created by extract command is not reproductible #48678
- AOT processing of tests should not be disabled when 'skipTests' is set #48662
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT) is no longer applied to the management server #48653- Fix zero-length byte buffer in InspectedContent #48650
- Can no longer override JacksonJsonHttpMessageConverter with ServerHttpMessageConvertersCustomizer #48635
- HttpServiceClientProperties incorrectly uses the
@ConfigurationPropertiesannotation on a LinkedHashMap class #48616- spring-boot-micrometer-tracing-opentelemetry fails if spring-boot-opentelemetry isn't there #48585
- App fails to start with starter-webmvc and starter-zipkin #48581
- Micrometer test modules should have an api dependency on micrometer-observation-test #48386
Documentation
- Fix typo in REST client documentation #48907
- Remove duplicate word #48874
- Document support for configuring arguments passed to Docker Compose #48806
- The documentation related to EnvironmentPostProcessor links to deprecated interface #48803
- Update documentation for Buildpack's AOT Cache support #48769
- Correct docs to use new location for error handling configuration properties #48767
- Document spring-boot-starter-cloudfoundry on Cloud Foundry Support Page #48675
- Clarify javadoc to make it clear that HazelcastConfigCustomizer beans are only applied if Hazelcast is configured via a config file #48659
- Example using excludeDevtools property should document that optional dependencies should be enabled #48641
- Fix grammar and typos in the reference guide #48601
- Update Tracing section for Spring Boot 4's modularity #48576
Dependency Upgrades
... (truncated)
Commits
fae3545Release v4.0.29fde744Merge branch '3.5.x' into 4.0.x650236dRemove breaking and unnecessary Undertow TLS with RSA test547bc77Upgrade to Spring Batch 6.0.24387cbbUpgrade to Jackson Bom 3.0.4abec26ePolishf677fbaUpgrade to Spring Integration 7.0.2849c2eeUpgrade to Spring GraphQL 2.0.2facd456Upgrade to Nullability Plugin 0.0.10e99c08fMerge branch '3.5.x' into 4.0.x- Additional commits viewable in compare view
Dependabot 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 showwill show all of the ignore conditions of the specified dependencyignore conditions @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)
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.5.7 to 4.0.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.7...v4.0.2)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-version: 4.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot]
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.7...v4.0.2)
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
dependency-version: 4.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot]
dependabot
bot
added
dependencies
Pull requests that update a dependency file
java
Pull requests that update java code
labels
Jan 26, 2026
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.