From 62773b44b833d95869ac4eea3c9c0bb57a179daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Dec 2021 04:11:54 +0000 Subject: [PATCH] Bump moshi_version from 1.11.0 to 1.13.0 Bumps `moshi_version` from 1.11.0 to 1.13.0. Updates `moshi-kotlin-codegen` from 1.11.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.11.0...moshi-parent-1.13.0) Updates `moshi` from 1.11.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.11.0...moshi-parent-1.13.0) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi-kotlin-codegen dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.moshi:moshi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- swapi-sdk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swapi-sdk/build.gradle b/swapi-sdk/build.gradle index 2a29642..0ddf9e0 100644 --- a/swapi-sdk/build.gradle +++ b/swapi-sdk/build.gradle @@ -69,7 +69,7 @@ android { } } -def moshi_version = "1.11.0" +def moshi_version = "1.13.0" def retrofit_version = "2.9.0" def coroutines_version = "1.3.9"