Bump tools.jackson:jackson-bom from 3.1.5 to 3.2.1 - #979
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e38e1ea992
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| dependencies { | ||
| implementation(platform("com.google.cloud:spring-cloud-gcp-dependencies:8.1.0")) | ||
| implementation(platform("tools.jackson:jackson-bom:3.1.5")) | ||
| implementation(platform("tools.jackson:jackson-bom:3.2.1")) |
There was a problem hiding this comment.
Keep Jackson annotations aligned with the 3.2 BOM
When this platform is raised to Jackson 3.2.x, the BOM manages com.fasterxml.jackson.core:jackson-annotations at 2.22, but the existing resolutionStrategy above still forces every com.fasterxml.jackson.core dependency, including annotations, to 2.21. Jackson databind 3.2 references new 2.22 annotation types such as JsonApplyView during introspection, so server JSON serialization/deserialization can fail at runtime with NoClassDefFoundError even though dependency resolution succeeds; please update or remove that force together with the BOM bump.
Useful? React with 👍 / 👎.
Bumps [tools.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 3.1.5 to 3.2.1. - [Commits](FasterXML/jackson-bom@jackson-bom-3.1.5...jackson-bom-3.2.1) --- updated-dependencies: - dependency-name: tools.jackson:jackson-bom dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
e38e1ea to
844cf6f
Compare
Bumps tools.jackson:jackson-bom from 3.1.5 to 3.2.1.
Commits
6a1ef2f[maven-release-plugin] prepare release jackson-bom-3.2.1ad919fePrep for 3.2.1 release3169e44Merge branch '3.1' into 3.23fdc4a2Post-release dep version bump39a41ff[maven-release-plugin] prepare for next development iteration7cc1b15Post-release dep version bumpc69c060[maven-release-plugin] prepare for next development iteration421a5be[maven-release-plugin] prepare release jackson-bom-3.2.00612da3Prep for 3.2.0 releasedb7fca0Merge pull request #124 from FasterXML/tatu/3.2/woodstox-7.2.1