From ff8e8c2aed490db1e3a4a7deef0a34929b5a86d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 18:21:31 +0000 Subject: [PATCH] Bump klaxon from 5.5 to 5.6 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](https://github.com/cbeust/klaxon/compare/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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5104db23..9324f450 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,7 +71,7 @@ dependencies { 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") + testImplementation("com.beust:klaxon:5.6") implementation("com.google.re2j:re2j:1.7") // implementation("com.github.fge:json-schema-validator:2.2.6")