Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.core:jackson-datab…
Browse files Browse the repository at this point in the history
…ind to v2.16.0
  • Loading branch information
renovate[bot] committed Nov 18, 2023
1 parent c30a5e6 commit f257c96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val buildataRuntimeVersion = "0.0.0-SNAPSHOT"
dependencies {
implementation("io.github.virelion:buildata-runtime:$buildataRuntimeVersion")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")

testImplementation(kotlin("test-junit"))
}

0 comments on commit f257c96

Please sign in to comment.