Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.15.2
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.14.2 to 2.15.2.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 5, 2023
1 parent 453331a commit 5aef63c
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.2")
compileOnly("com.fasterxml.jackson.core:jackson-databind:2.15.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 5aef63c

Please sign in to comment.