Skip to content

Commit

Permalink
Merge pull request #27 from wadoon/dependabot/gradle/com.fasterxml.ja…
Browse files Browse the repository at this point in the history
…ckson.datatype-jackson-datatype-jsr310-2.16.0

Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.15.2 to 2.16.0
  • Loading branch information
wadoon authored Nov 20, 2023
2 parents 3ddd915 + fe8ecea commit 0d8f9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactionlog/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
plugin("com.atlassian.commonmark:commonmark-ext-gfm-tables:0.17.0")
plugin("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
plugin("com.fasterxml.jackson.core:jackson-databind:2.15.2")
plugin("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2")
plugin("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0")
plugin("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2")
plugin("org.ocpsoft.prettytime:prettytime:5.0.7.Final")
}

0 comments on commit 0d8f9af

Please sign in to comment.