From cfc04095e6c8cd5efd1dc090a511033db32cac52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 12:06:12 +0000 Subject: [PATCH] Bump moshiVersion from 1.12.0 to 1.13.0 Bumps `moshiVersion` from 1.12.0 to 1.13.0. Updates `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) Updates `moshi-kotlin-codegen` 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 - dependency-name: com.squareup.moshi:moshi-kotlin-codegen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- error-handler-rest/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 98ed692..821af86 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { constraintLayoutVersion = '2.1.1' materialVersion = '1.4.0' insetterVersion = '0.3.1' - moshiVersion = "1.12.0" + moshiVersion = "1.13.0" firebaseVersion = '17.4.1' crashlyticsVersion = '17.0.0' diff --git a/error-handler-rest/build.gradle b/error-handler-rest/build.gradle index 76f5309..16899f1 100644 --- a/error-handler-rest/build.gradle +++ b/error-handler-rest/build.gradle @@ -15,9 +15,9 @@ dependencies { // For integration tests with moshi and coroutines. testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2" - testImplementation "com.squareup.moshi:moshi:1.12.0" + testImplementation "com.squareup.moshi:moshi:1.13.0" testImplementation "com.squareup.retrofit2:converter-moshi:2.9.0" - kaptTest "com.squareup.moshi:moshi-kotlin-codegen:1.12.0" + kaptTest "com.squareup.moshi:moshi-kotlin-codegen:1.13.0" } sourceCompatibility = "8"