Skip to content

Commit

Permalink
chore(deps): bump jackson-bom from 2.13.2.20220328 to 2.13.3 (#573)
Browse files Browse the repository at this point in the history
Bumps [jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.13.2.20220328 to 2.13.3.
- [Release notes](https://github.com/FasterXML/jackson-bom/releases)
- [Commits](FasterXML/jackson-bom@jackson-bom-2.13.2.20220328...jackson-bom-2.13.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 16, 2022
1 parent c4482d0 commit 93a4c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -132,7 +132,7 @@ subprojects {
api(group = "org.slf4j", name = "slf4j-api", version = "1.7.36")

// Jackson BOM
api(platform("com.fasterxml.jackson:jackson-bom:2.13.2.20220328"))
api(platform("com.fasterxml.jackson:jackson-bom:2.13.3"))

// Test
testImplementation(platform("org.junit:junit-bom:5.8.2"))
Expand Down

0 comments on commit 93a4c90

Please sign in to comment.