Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.21.2#76
Open
figure-renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.21.2#76figure-renovate[bot] wants to merge 1 commit intomainfrom
2.15.1 to 2.21.2#76figure-renovate[bot] wants to merge 1 commit intomainfrom
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
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| 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.
…from `2.15.1` to `2.21.2`
6392419 to
dcd78b2
Compare
2.15.1 to 2.21.12.15.1 to 2.21.2
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.2Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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 Renovate Bot.