Skip to content

Commit

Permalink
Bump snakeyaml from 1.31 to 1.33
Browse files Browse the repository at this point in the history
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.31 to 1.33.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.33..snakeyaml-1.31)

---
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 Oct 1, 2022
1 parent 3f8d05b commit 3a69f2f
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 @@ -12,7 +12,7 @@ group = 'com.coditory.quark'
description = 'Coditory Quark Configuration Library'

dependencies {
implementation 'org.yaml:snakeyaml:1.31'
implementation 'org.yaml:snakeyaml:1.33'
implementation 'com.google.code.gson:gson:2.9.1'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
Expand Down

0 comments on commit 3a69f2f

Please sign in to comment.