From 9f212321861f2480744d840e32425e2675b6cb66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 13:07:40 +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 01fb274..222ea43 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -74,7 +74,7 @@ dependencies { implementation("org.yaml:snakeyaml:2.3") implementation("com.squareup.moshi:moshi:1.15.1") implementation("com.squareup.moshi:moshi-kotlin:1.15.1") - 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")