PR for v1.3.7#469
Conversation
Update dependency org.springframework.boot:spring-boot-dependencies to v3.5.7
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughBumped Gradle plugin and library versions (Spring Boot, SpringDoc, Jackson, Nimbus, Apache Commons), updated Gradle wrapper distribution to 9.5.1, and upgraded GitHub Actions steps to ChangesBuild & dependency updates
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Update springDocVersion to v2.8.14
Update dependency gradle to v9.2.0
…jackson.module-jackson-module-afterburner-2.x Update dependency com.fasterxml.jackson.module:jackson-module-afterburner to v2.20.1
…jackson.jaxrs-jackson-jaxrs-json-provider-2.x Update dependency com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider to v2.20.1
…jackson.datatype-jackson-datatype-jsr310-2.x Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.20.1
…jackson.datatype-jackson-datatype-joda-2.x Update dependency com.fasterxml.jackson.datatype:jackson-datatype-joda to v2.20.1
…jackson.core-jackson-core-2.x Update dependency com.fasterxml.jackson.core:jackson-core to v2.20.1
…jackson.core-jackson-databind-2.x Update dependency com.fasterxml.jackson.core:jackson-databind to v2.20.1
…ven-publish-java-9.x Update plugin io.freefair.maven-publish-java to v9.1.0
…mbok-9.x Update plugin io.freefair.lombok to v9.1.0
…mons-io-2.x Update dependency commons-io:commons-io to v2.21.0
…imbus-jose-jwt-10.x Update dependency com.nimbusds:nimbus-jose-jwt to v10.6
…ndencycheck-12.x Update plugin org.owasp.dependencycheck to v12.1.9
…ework.cloud-spring-cloud-gateway-mvc-4.x Update dependency org.springframework.cloud:spring-cloud-gateway-mvc to v4.3.4
…nd-jaxb-core-4.x Update dependency com.sun.xml.bind:jaxb-core to v4.0.8
…nd-jaxb-impl-4.x Update dependency com.sun.xml.bind:jaxb-impl to v4.0.8
Update dependency gradle to v9.5.1
Update dependency org.springframework.boot:spring-boot-dependencies to v3.5.14
…java-5.x Update actions/setup-java action to v5.2.0
…jackson.core-jackson-core-2.x Update dependency com.fasterxml.jackson.core:jackson-core to v2.21.3
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@build.gradle`:
- Around line 92-93: The Jackson artifacts are using mismatched versions
(jackson-core:2.21.3 vs jackson-databind:2.20.1); update the build to
consolidate all Jackson dependencies to a single version by introducing and
using a shared property (e.g., jacksonVersion) and change the implementation
declarations for "com.fasterxml.jackson.core:jackson-core" and
"com.fasterxml.jackson.core:jackson-databind" (and any other Jackson modules) to
reference that property so they all resolve to the same release line.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: e8f3b675-2097-46bd-8b3b-70ad177df18e
📒 Files selected for processing (5)
.github/workflows/codeql-analysis.yml.github/workflows/gradle.yml.github/workflows/publishRelease.ymlbuild.gradlegradle/wrapper/gradle-wrapper.properties
🚧 Files skipped from review as they are similar to previous changes (3)
- .github/workflows/publishRelease.yml
- .github/workflows/codeql-analysis.yml
- .github/workflows/gradle.yml
…v-action-6.x Update codecov/codecov-action action to v6
…javassist-3.x Update dependency org.javassist:javassist to v3.31.0-GA
…mons-io-2.x Update dependency commons-io:commons-io to v2.22.0
…jackson.module-jackson-module-afterburner-2.x Update dependency com.fasterxml.jackson.module:jackson-module-afterburner to v2.21.3
…jackson.core-jackson-databind-2.x Update dependency com.fasterxml.jackson.core:jackson-databind to v2.21.3
…jackson.datatype-jackson-datatype-joda-2.x Update dependency com.fasterxml.jackson.datatype:jackson-datatype-joda to v2.21.3
…jackson.jaxrs-jackson-jaxrs-json-provider-2.x Update dependency com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider to v2.21.3
…jackson.datatype-jackson-datatype-jsr310-2.x Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.21.3
Summary by CodeRabbit