Skip to content

Commit

Permalink
Jackson 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Feb 26, 2025
1 parent 75980d9 commit 06c7644
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ description = "JSON-RPC 2.0 client and server library"

dependencies {
// https://msgpack.org/
implementation("org.msgpack:jackson-dataformat-msgpack:latest.release")
// depends on Jackson 2.18 right now, so we'll introduce when we
// rev Jackson elsewhere
// implementation("org.msgpack:jackson-dataformat-msgpack:latest.release")

compileOnly("io.micrometer:micrometer-core:latest.release")
implementation("com.fasterxml.jackson.module:jackson-module-parameter-names:latest.release")
implementation("com.fasterxml.jackson.module:jackson-module-parameter-names:2.17.+")

implementation("org.openrewrite:rewrite-properties:latest.release")
implementation("org.openrewrite:rewrite-json:latest.release")
Expand Down

0 comments on commit 06c7644

Please sign in to comment.