Skip to content

Commit

Permalink
Bump jackson-module-kotlin from 2.13.4 to 2.14.1 (#244)
Browse files Browse the repository at this point in the history
Bumps [jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.13.4 to 2.14.1.
- [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases)
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.13.4...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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

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 Dec 1, 2022
1 parent 1f080f7 commit 78e1e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {

implementation("org.slf4j:slf4j-api:2.0.5")
api("com.fasterxml.jackson.core:jackson-databind:2.14.1")
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4")
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1")
api("com.google.guava:guava:31.1-jre")

testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.1")
Expand Down

0 comments on commit 78e1e80

Please sign in to comment.