From 238158d105432db0d07a7c12e9dfe013907e23e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:01:51 +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 fb47ef32..7c194361 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ dependencies { implementation("org.yaml:snakeyaml:2.2") implementation("com.squareup.moshi:moshi:1.15.0") implementation("com.squareup.moshi:moshi-kotlin:1.15.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")