Skip to content

Commit

Permalink
build(deps): bump com.fasterxml.jackson.core:jackson-core
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.14.2 to 2.16.0.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.14.2...jackson-core-2.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and argha-c committed Dec 15, 2023
1 parent b8ed353 commit 81d5579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zuul-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api libraries.slf4j
implementation 'org.bouncycastle:bcprov-jdk18on:1.76'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.76'
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.2'
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.0'
api 'com.fasterxml.jackson.core:jackson-databind:2.14.2'

api "com.netflix.archaius:archaius-core:0.7.7"
Expand Down

0 comments on commit 81d5579

Please sign in to comment.