Skip to content

Commit

Permalink
Bump jackson-module-kotlin from 2.14.0 to 2.14.1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 2, 2022
1 parent a2e1ec4 commit a82a040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.21.0")

compileOnly("com.fasterxml.jackson.core:jackson-databind:2.14.1")
compileOnly("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0")
compileOnly("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1")
compileOnly(kotlin("reflect"))
compileOnly(kotlin("stdlib-jdk8"))

Expand Down

0 comments on commit a82a040

Please sign in to comment.