Skip to content

Commit ba8d55b

Browse files
build(deps): bump org.yaml:snakeyaml from 2.3 to 2.6 (#579)
* build(deps): bump org.yaml:snakeyaml from 2.3 to 2.6 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.3 to 2.6. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.3) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * touch file * untouch file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: elisa lee <ttu8@cdc.gov>
1 parent 6217cf0 commit ba8d55b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-ingestion-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ dependencies {
243243

244244

245245
// Misc
246-
implementation 'org.yaml:snakeyaml:2.3'
246+
implementation 'org.yaml:snakeyaml:2.6'
247247
implementation 'org.apache.commons:commons-lang3:3.17.0'
248248
implementation 'com.google.code.gson:gson:2.13.2'
249249
implementation 'com.zaxxer:HikariCP:5.1.0'

0 commit comments

Comments
 (0)