Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
fix(deps): bump jackson-dataformat-yaml from 2.9.2 to 2.11.1 (#4)
Browse files Browse the repository at this point in the history
Bumps [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.9.2 to 2.11.1.
- [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.9.2...jackson-dataformats-text-2.11.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LH <[email protected]>
  • Loading branch information
dependabot[bot] and lholota committed Jul 21, 2020
1 parent 8b37f65 commit 118681d
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 @@ -26,7 +26,7 @@ dependencies{
implementation "org.testcontainers:testcontainers:1.14.3"
implementation 'io.homecentr:testcontainers-extensions:1.4.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.1'

testImplementation group: 'junit', name: 'junit', version: '4.13'

Expand Down

0 comments on commit 118681d

Please sign in to comment.