Skip to content

Commit

Permalink
fix: bump jacksonVersion from 2.16.2 to 2.17.0 (#57)
Browse files Browse the repository at this point in the history
Bumps `jacksonVersion` from 2.16.2 to 2.17.0.

Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.2 to 2.17.0
- [Commits](FasterXML/jackson-core@jackson-core-2.16.2...jackson-core-2.17.0)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.16.2 to 2.17.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.16.2...jackson-module-kotlin-2.17.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.2 to 2.17.0

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 13, 2024
1 parent f8551c3 commit 80b92de
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 @@ -3,7 +3,7 @@ version = properties["version"]?.takeIf { it is String && it.isNotEmpty() && it
println(version)

val handlebarsVersion = "4.3.1"
val jacksonVersion = "2.16.2"
val jacksonVersion = "2.17.0"
val jaxbVersion = "4.0.5"
val jaxbApiVersion = "2.3.1"
val jsoupVersion = "1.17.2"
Expand Down

0 comments on commit 80b92de

Please sign in to comment.