Skip to content

Commit

Permalink
chore(deps): bump jackson-bom from 2.13.2.20220324 to 2.13.2.20220328 (
Browse files Browse the repository at this point in the history
…#555)

Bumps [jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.13.2.20220324 to 2.13.2.20220328.
- [Release notes](https://github.com/FasterXML/jackson-bom/releases)
- [Commits](FasterXML/jackson-bom@jackson-bom-2.13.2.20220324...jackson-bom-2.13.2.20220328)

---
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 Mar 30, 2022
1 parent 96bf980 commit aea5d9c
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.20220324"))
api(platform("com.fasterxml.jackson:jackson-bom:2.13.2.20220328"))

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

0 comments on commit aea5d9c

Please sign in to comment.