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.14.2
  • Loading branch information
renovate[bot] committed Mar 12, 2023
1 parent e5fb247 commit 602aeee
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.4.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.3")
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")

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

0 comments on commit 602aeee

Please sign in to comment.