Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.module:jackson-module-kotlin
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.1 to 2.16.0.
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.14.1...jackson-module-kotlin-2.16.0)

---
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]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent a8d5fb2 commit dd2a24a
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.14.1")
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
api("com.google.guava:guava:31.1-jre")

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

0 comments on commit dd2a24a

Please sign in to comment.