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.16.0 to 2.16.1.
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.16.0...jackson-module-kotlin-2.16.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 82447f9 commit cc3d6cd
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.9")
api("com.fasterxml.jackson.core:jackson-databind:2.16.0")
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1")
api("com.google.guava:guava:32.1.3-jre")

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

0 comments on commit cc3d6cd

Please sign in to comment.