From f030b5eb912819fb692c22c85f44c13f2a6b20d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 23:19:14 +0000 Subject: [PATCH] Bump moshi from 1.12.0 to 1.13.0 Bumps [moshi](https://github.com/square/moshi) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/square/moshi/releases) - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/moshi-parent-1.12.0...moshi-parent-1.13.0) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi 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 7e8191c0..1e143eb8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -58,7 +58,7 @@ dependencies { testRuntimeOnly("ch.qos.logback:logback-classic:1.2.10") implementation("org.yaml:snakeyaml:1.30") - implementation("com.squareup.moshi:moshi:1.12.0") + implementation("com.squareup.moshi:moshi:1.13.0") implementation("com.squareup.moshi:moshi-kotlin:1.12.0") testImplementation("com.beust:klaxon:5.5")