Update dependency org.springframework.boot:spring-boot-starter-parent to v4#25
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency org.springframework.boot:spring-boot-starter-parent to v4#25renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
a4ea6be to
a2d2b5f
Compare
9d199a7 to
881d31c
Compare
881d31c to
1959c82
Compare
1959c82 to
9397452
Compare
ae5c84d to
39057ad
Compare
90501b9 to
b9f5cc5
Compare
618bbb5 to
8188b28
Compare
adee215 to
79c5867
Compare
79c5867 to
f3ab294
Compare
f3ab294 to
d673bea
Compare
d673bea to
793aed3
Compare
793aed3 to
e2596a9
Compare
8c56983 to
f0232f6
Compare
f0232f6 to
008a7ad
Compare
008a7ad to
09b1ccc
Compare
09b1ccc to
8e7b852
Compare
8e7b852 to
72e0def
Compare
72e0def to
ebff9e4
Compare
ebff9e4 to
96c5709
Compare
96c5709 to
8e4d1b1
Compare
8e4d1b1 to
5faf27d
Compare
5faf27d to
3f79536
Compare
3f79536 to
5236a35
Compare
9c7ed50 to
e7fd8a8
Compare
e7fd8a8 to
1c1c9e6
Compare
1c1c9e6 to
e19dbac
Compare
e19dbac to
d5f6d8e
Compare
d5f6d8e to
2c0b73a
Compare
b24a136 to
4c7e320
Compare
67d9047 to
5b431c4
Compare
5b431c4 to
983fbe4
Compare
983fbe4 to
9a784d9
Compare
9a784d9 to
dc5f1a2
Compare
96ec967 to
c8da1e0
Compare
c8da1e0 to
27cefe4
Compare
33c5d5e to
8bd78fd
Compare
8bd78fd to
10b227e
Compare
10b227e to
6b622a1
Compare
6b622a1 to
6b861f0
Compare
14ac124 to
5584b2a
Compare
5584b2a to
b46f4e7
Compare
b46f4e7 to
cd100b4
Compare
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.
This PR contains the following updates:
2.7.18→4.1.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)
v4.1.0Compare Source
v4.0.7Compare Source
v4.0.6Compare Source
🐞 Bug Fixes
@Ssldon't work on@Beanmethods when using@ServiceConnection#50064@EnableEnversRepositoriesrather than configuring the JPA counterpart #50039📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@GollapudiSrikanth, @MohammedGhallab, @bachhs, @dlwldnjs1009, @edwardsre, @kodama-kcc, @kwondh5217, @ppapaj, @quaff, @refeccd, @scordio, and @xxxxxxjun
v4.0.5Compare Source
🐞 Bug Fixes
@NestedConfigurationPropertywhen using constructor binding #49738@ConditionalOnWebApplicationto NettyReactiveWebServerAutoConfiguration #49695@GraphQlTestdoes not include@ControllerAdvice#49672📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Joowon-Seo, @deejay1, @dlwldnjs1009, @kwondh5217, @ljrmorgan, and @quaff
v4.0.4Compare Source
server.tomcat.max-part-counthas been increased from 10 to 50. This aligns it with Tomcat's own default and the default in Spring Boot 3.x. #49311🐞 Bug Fixes
@AutoConfigureWebTestClientprevents separate configuration of spring.test.webtestclient.timeout from taking effect #49344📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@FBibonne, @answndud, @bbbbooo, @chandanv89, @giyeon95, @itsmevichu, @jayychoi, @l2yujw, @ngocnhan-tran1996, @qnnn, @quaff, and @sbrannen
v4.0.3Compare Source
⭐ New Features
🐞 Bug Fixes
📔 Documentation
@Value' still apply for environment variables #49109🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@GaetanoCerciello, @dsyer, @linkian209, @nosan, @quaff, @scordio, and @srt
v4.0.2Compare Source
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. #48677🐞 Bug Fixes
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT) is no longer applied to the management server #48653@ConfigurationPropertiesannotation on a LinkedHashMap class #48616📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@GaoSSR, @ShaunHaldane, @Zuohuang-Cai, @izeye, @mspiess, @ngocnhan-tran1996, and @philipbolting
v4.0.1Compare Source
🐞 Bug Fixes
@ServiceConnectionfor LgtmStackContainer fails when logging endpoint is configured due to multiple OtlpLoggingConnectionDetails beans #48536@SpringBootTestdue to spring-boot-starter-webmvc-test, but missing at runtime without restclient starter #48253📔 Documentation
@AutoConfigureCache#48522@ConfigurationPropertiesSourceexample #48357@EnableBatchProcessingturns off all batch auto-configuration, including schema initialization #48266@AutoConfiguration#48228🔨 Dependency Upgrades
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.