Skip to content

Commit

Permalink
Bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.15.3
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.15.2 to 2.15.3.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.15.2...jackson-bom-2.15.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>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent 31a31e4 commit d3e16d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
} else {
implementation 'com.checkmarx.ast:ast-cli-java-wrapper:' + javaWrapperVersion
}
implementation(platform("com.fasterxml.jackson:jackson-bom:2.15.2"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.15.3"))
// Temporary workaround https://github.com/FasterXML/jackson-databind/issues/3428
}

Expand Down

0 comments on commit d3e16d8

Please sign in to comment.