Skip to content

Commit

Permalink
Merge pull request #82 from Virelion/renovate/com.fasterxml.jackson.c…
Browse files Browse the repository at this point in the history
…ore-jackson-databind-2.x

chore(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.13.2.2
  • Loading branch information
Virelion committed Apr 3, 2022
2 parents 988af98 + 36ca379 commit 4645c2a
Showing 1 changed file with 1 addition and 1 deletion.
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 4645c2a

Please sign in to comment.