Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gesellix committed Aug 31, 2022
1 parent 8f5690e commit 6bf9f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:1.7.36")
testRuntimeOnly("ch.qos.logback:logback-classic:1.2.11")

implementation("org.yaml:snakeyaml:1.30")
implementation("org.yaml:snakeyaml:1.31")
implementation("com.squareup.moshi:moshi:1.13.0")
implementation("com.squareup.moshi:moshi-kotlin:1.13.0")
testImplementation("com.beust:klaxon:5.5")
Expand Down

0 comments on commit 6bf9f52

Please sign in to comment.