Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.datatype:jackson-datatype-jdk8
Browse files Browse the repository at this point in the history
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.15.2 to 2.16.0.

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 3ddd915 commit 2c135bd
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 @@ -26,6 +26,6 @@ dependencies {
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-jdk8:2.15.2")
plugin("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.0")
plugin("org.ocpsoft.prettytime:prettytime:5.0.7.Final")
}

0 comments on commit 2c135bd

Please sign in to comment.