Skip to content

Commit

Permalink
chore(deps): update dependency com.fasterxml.jackson.core:jackson-dat…
Browse files Browse the repository at this point in the history
…abind to v2.13.2.2
  • Loading branch information
renovate-bot committed Mar 29, 2022
1 parent 11127cb commit e356791
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.3.2")
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.2")
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.2.2")

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

0 comments on commit e356791

Please sign in to comment.