Skip to content

Commit

Permalink
Bump klaxon from 5.5 to 5.6
Browse files Browse the repository at this point in the history
Bumps [klaxon](https://github.com/cbeust/klaxon) from 5.5 to 5.6.
- [Release notes](https://github.com/cbeust/klaxon/releases)
- [Changelog](https://github.com/cbeust/klaxon/blob/master/RELEASE_NOTES.txt)
- [Commits](cbeust/klaxon@5.5...5.6)

---
updated-dependencies:
- dependency-name: com.beust:klaxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 1, 2022
1 parent 7739ba2 commit 5d49226
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 @@ -71,7 +71,7 @@ dependencies {
implementation("org.yaml:snakeyaml:1.33")
implementation("com.squareup.moshi:moshi:1.14.0")
implementation("com.squareup.moshi:moshi-kotlin:1.14.0")
testImplementation("com.beust:klaxon:5.5")
testImplementation("com.beust:klaxon:5.6")

implementation("com.google.re2j:re2j:1.7")
// implementation("com.github.fge:json-schema-validator:2.2.6")
Expand Down

0 comments on commit 5d49226

Please sign in to comment.