Skip to content

Commit

Permalink
Bump jackson-databind from 2.14.1 to 2.14.2
Browse files Browse the repository at this point in the history
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.14.1 to 2.14.2.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2023
1 parent 75c979f commit c8fe932
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 @@ -27,7 +27,7 @@ dependencies {
// compile only detekt plugin
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.21.0")

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

0 comments on commit c8fe932

Please sign in to comment.