From 93d2335d31bb63d5a7ca93e074b8d1500b3582c6 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 1/2] 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 191f9b8f..53de7383 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") From 89401d3b5c86e159f44af329cd14bf6b43dab64f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 23:19:01 +0000 Subject: [PATCH 2/2] Bump moshi-kotlin from 1.12.0 to 1.13.0 Bumps [moshi-kotlin](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-kotlin 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 53de7383..58a88f48 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { implementation("org.yaml:snakeyaml:1.30") implementation("com.squareup.moshi:moshi:1.13.0") - implementation("com.squareup.moshi:moshi-kotlin:1.12.0") + implementation("com.squareup.moshi:moshi-kotlin:1.13.0") testImplementation("com.beust:klaxon:5.5") implementation("com.google.re2j:re2j:1.6")