Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.module:jackson-module-kotlin (#62)
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.14.2 to 2.15.2.
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.14.2...jackson-module-kotlin-2.15.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 0edc3c9 commit b1b9fa6
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.2")
compileOnly("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.2")
compileOnly("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
compileOnly(kotlin("reflect"))
compileOnly(kotlin("stdlib-jdk8"))

Expand Down

0 comments on commit b1b9fa6

Please sign in to comment.