Skip to content

Commit

Permalink
build(deps): bump jackson in /hiero-dependency-versions
Browse files Browse the repository at this point in the history
Bumps `jackson` from 2.16.0 to 2.18.2.

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

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.0 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.16.0 to 2.18.2
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.16.0...jackson-dataformats-text-2.18.2)

---
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.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 45f108d commit 72917bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiero-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ val eclipseCollections = "11.1.0"
val grpc = "1.69.0"
val hederaCryptography = "0.1.1-SNAPSHOT"
val helidon = "4.1.6"
val jackson = "2.16.0"
val jackson = "2.18.2"
val junit5 = "5.10.2"
val log4j = "2.21.1"
val mockito = "5.8.0"
Expand Down

0 comments on commit 72917bd

Please sign in to comment.