build(deps): Bump springboot.version from 4.0.6 to 4.1.0#3408
build(deps): Bump springboot.version from 4.0.6 to 4.1.0#3408dependabot[bot] wants to merge 6 commits into
Conversation
Bumps `springboot.version` from 4.0.6 to 4.1.0. Updates `org.springframework.boot:spring-boot-maven-plugin` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-starter-web` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-starter-test` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.6...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
… signature Both BeanValidationMethodInterceptorTest variants still used the RequestTemplate#body(String) overload removed in f9159cf.
…signature JavaLoggerTest and LoggerRebufferTest still called the Request.create(..., byte[], Charset) overload removed in f9159cf, breaking test compilation of feign-core on master. Use the (Body, RequestTemplate) signature with null arguments, matching the existing usage in RetryableExceptionTest.
…e) signature Slf4jLoggerTest had the same problem as the feign-core logger tests: it called the removed Request.create(..., byte[], Charset) overload and also referenced feign.Util without an import, breaking feign-slf4j test compilation once feign-core compiles again.
velo
left a comment
There was a problem hiding this comment.
Required CircleCI checks are still failing after three concrete fix iterations. I fixed the Request API test compilation, aligned Spring Framework to Boot 4.1.0 managed version 7.0.8, and pinned spring-boot-autoconfigure 4.1.0 to remove the Spring Cloud 5.0.1 transitive 4.0.2 mismatch. The remaining real failure is Spring Cloud compatibility verification: the currently published Spring Cloud release train supports Boot 4.0.x and explicitly rejects Boot 4.1.0. No compatible Spring Cloud/OpenFeign release is currently published, and disabling the compatibility verifier would hide a real unsupported combination. This PR must wait for a compatible Spring Cloud release or be regenerated against a supported Boot version.
Bumps
springboot.versionfrom 4.0.6 to 4.1.0.Updates
org.springframework.boot:spring-boot-maven-pluginfrom 4.0.6 to 4.1.0Release notes
Sourced from org.springframework.boot:spring-boot-maven-plugin's releases.
... (truncated)
Commits
ac2cfe0Release v4.1.01a5815cUpgrade to Spring Batch 6.0.4a8364ffMerge branch '4.0.x'9755ff2Upgrade to Spring Batch 6.0.46a6dedcUpgrade to Spring Integration 7.1.0db7b2b9Merge branch '4.0.x'd549d07Upgrade to Spring Integration 7.0.54d9e463Merge branch '3.5.x' into 4.0.xb068647Upgrade to Spring Integration 6.5.9198af99Merge branch '4.0.x'Updates
org.springframework.boot:spring-boot-starter-webfrom 4.0.6 to 4.1.0Release notes
Sourced from org.springframework.boot:spring-boot-starter-web's releases.
... (truncated)
Commits
ac2cfe0Release v4.1.01a5815cUpgrade to Spring Batch 6.0.4a8364ffMerge branch '4.0.x'9755ff2Upgrade to Spring Batch 6.0.46a6dedcUpgrade to Spring Integration 7.1.0db7b2b9Merge branch '4.0.x'd549d07Upgrade to Spring Integration 7.0.54d9e463Merge branch '3.5.x' into 4.0.xb068647Upgrade to Spring Integration 6.5.9198af99Merge branch '4.0.x'Updates
org.springframework.boot:spring-boot-starter-testfrom 4.0.6 to 4.1.0Release notes
Sourced from org.springframework.boot:spring-boot-starter-test's releases.
... (truncated)
Commits
ac2cfe0Release v4.1.01a5815cUpgrade to Spring Batch 6.0.4a8364ffMerge branch '4.0.x'9755ff2Upgrade to Spring Batch 6.0.46a6dedcUpgrade to Spring Integration 7.1.0db7b2b9Merge branch '4.0.x'd549d07Upgrade to Spring Integration 7.0.54d9e463Merge branch '3.5.x' into 4.0.xb068647Upgrade to Spring Integration 6.5.9198af99Merge branch '4.0.x'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 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)