Skip to content

Commit

Permalink
Bump org.yaml:snakeyaml in /data-prepper-plugins/kafka-connect-plugins
Browse files Browse the repository at this point in the history
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.0 to 2.2.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.2..snakeyaml-2.0)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 0af8d4c commit 3ae34c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/kafka-connect-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
// test
testImplementation project(':data-prepper-test-common')
testImplementation project(':data-prepper-core')
testImplementation 'org.yaml:snakeyaml:2.0'
testImplementation 'org.yaml:snakeyaml:2.2'
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
testImplementation testLibs.mockito.inline
}
Expand Down

0 comments on commit 3ae34c0

Please sign in to comment.