chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.5.16 to 4.1.0 in /captchaservice-backend#255
Conversation
|
@dependabot rebase |
f92eb08 to
935274c
Compare
|
@coderabbitai what's the issue? |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Check PR status and CI checks
gh pr view 255 --repo it-at-m/captchaservice --json title,state,statusCheckRollup,mergeable,mergeStateStatus,baseRefName,headRefName
echo "---CHECKS---"
gh pr checks 255 --repo it-at-m/captchaservice 2>&1 | head -80
echo "---COMMENTS---"
gh pr view 255 --repo it-at-m/captchaservice --json comments --jq '.comments[-5:][].body' 2>&1 | head -100Length of output: 5485 🏁 Script executed: #!/bin/bash
# Get the failing job logs
gh api /repos/it-at-m/captchaservice/actions/runs/27622587090/jobs --jq '.jobs[] | select(.name == "build (captchaservice-backend)") | .id' 2>&1
echo "---LOG---"
gh api /repos/it-at-m/captchaservice/actions/jobs/81675318467/logs 2>&1 | tail -100Length of output: 10738 Found it. The build fails with: Root cause: Spring Boot 4.x removed Testcontainers from its managed BOM. In Spring Boot 3.x, Fix: Add the Testcontainers BOM to the <dependencyManagement>
<dependencies>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.20.6</version> <!-- or latest -->
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>Or alternatively, add explicit versions directly on the two dependencies at lines 214 and 219.
|
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.5.16 to 4.1.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.16...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
935274c to
a20528a
Compare
Bumps org.springframework.boot:spring-boot-starter-parent from 3.5.16 to 4.1.0.
Release notes
Sourced from org.springframework.boot:spring-boot-starter-parent'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.x198af99Merge branch '4.0.x'bb247bbMerge branch '3.5.x' into 4.0.x