Skip to content

Commit

Permalink
[AJ-1783]: Bump com.fasterxml.jackson.core:jackson-databind
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-updates group with 1 update: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson).


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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent bbd3119 commit 101fd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
api "org.apache.avro:avro:1.11.3"
implementation 'ch.qos.logback:logback-classic:1.5.6'
testImplementation 'org.json:json:20240303'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
}

Expand Down

0 comments on commit 101fd36

Please sign in to comment.