Skip to content

Commit

Permalink
Bump jackson-databind from 2.13.2.2 to 2.13.3
Browse files Browse the repository at this point in the history
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2.2 to 2.13.3.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 17, 2022
1 parent 65a35e9 commit e0c09c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-api-jackson/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
implementation project(":unit-api-core")

testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
Expand Down

0 comments on commit e0c09c6

Please sign in to comment.