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.15.1 to 2.17.0.
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.1...jackson-module-kotlin-2.17.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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent df97e1f commit e3205cd
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 @@ -42,7 +42,7 @@ repositories { mavenCentral() }

dependencies {
// json
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.1")
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
testImplementation(kotlin("test"))
}

Expand Down

0 comments on commit e3205cd

Please sign in to comment.