Skip to content

Commit

Permalink
Bump jackson-dataformat-smile in /data-prepper-plugins/opensearch (#530)
Browse files Browse the repository at this point in the history
Bumps [jackson-dataformat-smile](https://github.com/FasterXML/jackson-dataformats-binary) from 2.12.4 to 2.13.0.
- [Release notes](https://github.com/FasterXML/jackson-dataformats-binary/releases)
- [Commits](FasterXML/jackson-dataformats-binary@jackson-dataformats-binary-2.12.4...jackson-dataformats-binary-2.13.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-smile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2021
1 parent af94452 commit 9a73e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/opensearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ configurations.all {
force "org.hdrhistogram:HdrHistogram:2.1.12"
force 'joda-time:joda-time:2.10.12'
force 'org.yaml:snakeyaml:1.29'
force 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.4'
force 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.13.0'
force 'com.google.guava:guava:31.0.1-jre'
force 'junit:junit:4.13.2'
force "org.slf4j:slf4j-api:1.7.32"
Expand Down

0 comments on commit 9a73e14

Please sign in to comment.