Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 28, 2022
1 parent 366deec commit 250dbc5
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.0")
compileOnly("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0")
compileOnly("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1")
compileOnly(kotlin("reflect"))
compileOnly(kotlin("stdlib-jdk8"))

Expand Down

0 comments on commit 250dbc5

Please sign in to comment.