Skip to content

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
renovate/jackson-monorepo
Open

Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.21.2#76
figure-renovate[bot] wants to merge 1 commit intomainfrom
renovate/jackson-monorepo

Conversation

@figure-renovate
Copy link
Copy Markdown
Contributor

@figure-renovate figure-renovate Bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.fasterxml.jackson.module:jackson-module-kotlin 2.15.1 -> 2.21.2 age adoption passing confidence

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@mwoods-figure mwoods-figure removed their request for review December 12, 2024 19:45
@figure-renovate figure-renovate Bot force-pushed the renovate/jackson-monorepo branch from 9778d1d to 3bb0242 Compare March 1, 2025 01:54
@figure-renovate figure-renovate Bot changed the title Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.18.2 Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.18.3 Mar 1, 2025
@figure-renovate figure-renovate Bot force-pushed the renovate/jackson-monorepo branch from 3bb0242 to 8c9e8da Compare March 2, 2025 10:59
@figure-renovate figure-renovate Bot changed the title Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.18.3 Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.18.2 Mar 2, 2025
@figure-renovate figure-renovate Bot force-pushed the renovate/jackson-monorepo branch from 8c9e8da to a57de0a Compare March 3, 2025 10:37
@figure-renovate figure-renovate Bot changed the title Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.18.2 Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.18.3 Mar 3, 2025
@figure-renovate figure-renovate Bot force-pushed the renovate/jackson-monorepo branch from a57de0a to 3d4370f Compare April 26, 2025 21:53
@figure-renovate figure-renovate Bot changed the title Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.18.3 Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.19.0 Apr 26, 2025
@figure-renovate figure-renovate Bot force-pushed the renovate/jackson-monorepo branch from 3d4370f to 204da02 Compare June 14, 2025 22:16
@figure-renovate figure-renovate Bot changed the title Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.19.0 Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.19.1 Jun 14, 2025
@figure-renovate figure-renovate Bot force-pushed the renovate/jackson-monorepo branch from 204da02 to 288b9d9 Compare July 18, 2025 22:46
@figure-renovate figure-renovate Bot changed the title Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.19.1 Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.19.2 Jul 18, 2025
@figure-renovate figure-renovate Bot force-pushed the renovate/jackson-monorepo branch from 288b9d9 to 8e4bd41 Compare August 29, 2025 07:40
@figure-renovate figure-renovate Bot changed the title Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.19.2 Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.20.0 Aug 29, 2025
@figure-renovate figure-renovate Bot force-pushed the renovate/jackson-monorepo branch from 8e4bd41 to 476ad2f Compare November 1, 2025 05:01
@figure-renovate figure-renovate Bot changed the title Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.20.0 Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.20.1 Nov 1, 2025
@figure-renovate figure-renovate Bot force-pushed the renovate/jackson-monorepo branch from 476ad2f to 92d7f11 Compare January 19, 2026 02:20
@figure-renovate figure-renovate Bot changed the title Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.20.1 Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.21.0 Jan 19, 2026
@figure-renovate figure-renovate Bot force-pushed the renovate/jackson-monorepo branch from 92d7f11 to 6392419 Compare February 24, 2026 19:49
@figure-renovate figure-renovate Bot changed the title Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.21.0 Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.21.1 Feb 24, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread gradle/libs.versions.toml Outdated
elmyr = "1.3.4"
coroutines = "1.7.0"
jackson = "2.15.1"
jackson = "2.21.1"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

@figure-renovate figure-renovate Bot force-pushed the renovate/jackson-monorepo branch from 6392419 to dcd78b2 Compare March 22, 2026 19:47
@figure-renovate figure-renovate Bot changed the title Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.21.1 Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.1 to 2.21.2 Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants