Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.21.4#76
Open
figure-renovate[bot] wants to merge 1 commit into
Open
Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.21.4#76figure-renovate[bot] wants to merge 1 commit into
2.15.1 to 2.21.4#76figure-renovate[bot] wants to merge 1 commit into
Conversation
9778d1d to
3bb0242
Compare
2.15.1 to 2.18.22.15.1 to 2.18.3
3bb0242 to
8c9e8da
Compare
2.15.1 to 2.18.32.15.1 to 2.18.2
8c9e8da to
a57de0a
Compare
2.15.1 to 2.18.22.15.1 to 2.18.3
a57de0a to
3d4370f
Compare
2.15.1 to 2.18.32.15.1 to 2.19.0
3d4370f to
204da02
Compare
2.15.1 to 2.19.02.15.1 to 2.19.1
204da02 to
288b9d9
Compare
2.15.1 to 2.19.12.15.1 to 2.19.2
288b9d9 to
8e4bd41
Compare
2.15.1 to 2.19.22.15.1 to 2.20.0
8e4bd41 to
476ad2f
Compare
2.15.1 to 2.20.02.15.1 to 2.20.1
476ad2f to
92d7f11
Compare
2.15.1 to 2.20.12.15.1 to 2.21.0
92d7f11 to
6392419
Compare
2.15.1 to 2.21.02.15.1 to 2.21.1
| elmyr = "1.3.4" | ||
| coroutines = "1.7.0" | ||
| jackson = "2.15.1" | ||
| jackson = "2.21.1" |
There was a problem hiding this comment.
Jackson 2.21 incompatible with project's Kotlin 1.7
High Severity
The jackson version is being bumped to 2.21.1, but Jackson module kotlin 2.18+ dropped support for Kotlin 1.7.x and requires Kotlin 1.8 or higher. The project still uses kotlin = "1.7.21" (line 2), creating a dependency incompatibility that may cause compilation failures or runtime errors.
6392419 to
dcd78b2
Compare
2.15.1 to 2.21.12.15.1 to 2.21.2
dcd78b2 to
d05a532
Compare
2.15.1 to 2.21.22.15.1 to 2.21.3
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d05a532. Configure here.
…from `2.15.1` to `2.21.4`
d05a532 to
e39a8ea
Compare
2.15.1 to 2.21.32.15.1 to 2.21.4
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.15.1→2.21.4Configuration
📅 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 has been generated by Mend Renovate.
Note
Low Risk
Single version-catalog dependency bump; Jackson is only used in tests for JSON parsing, not production security or data paths.
Overview
Bumps the shared
jacksonversion catalog entry from 2.15.1 to 2.21.4, which updatesjackson-module-kotlineverywhere it is referenced (notably test dependencies viawith-testingand BIP39 JSON fixtures).Reviewed by Cursor Bugbot for commit e39a8ea. Bugbot is set up for automated code reviews on this repo. Configure here.