Skip to content

Commit

Permalink
Bump jacksonVersion in /hedera-nft-auction-demo-java-node
Browse files Browse the repository at this point in the history
Bumps `jacksonVersion` from 2.12.3 to 2.17.2.

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.12.3 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent a5069c6 commit e643022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hedera-nft-auction-demo-java-node/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ dependencies {
def jooqVersion = "3.14.11"
def vertxVersion = "4.1.1"
def postgressqlVersion = "42.2.23"
def jacksonVersion = "2.12.3"
def jacksonVersion = "2.17.2"
def lombokVersion = "1.18.18"
def junitJupiterVersion = "5.8.0-M1"
def testContainersVersion = "1.15.3"
Expand Down

0 comments on commit e643022

Please sign in to comment.