From 9ca0171545e5278b39d3fbe129705d4858cfea1a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 04:45:13 +0000 Subject: [PATCH] Bump moshi_version from 1.11.0 to 1.12.0 Bumps `moshi_version` from 1.11.0 to 1.12.0. Updates `moshi-kotlin-codegen` from 1.11.0 to 1.12.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...parent-1.12.0) Updates `moshi` from 1.11.0 to 1.12.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...parent-1.12.0) Signed-off-by: dependabot-preview[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 80b9878..ea0c9c3 100644 --- a/swapi-sdk/build.gradle +++ b/swapi-sdk/build.gradle @@ -71,7 +71,7 @@ android { } } -def moshi_version = "1.11.0" +def moshi_version = "1.12.0" def retrofit_version = "2.9.0" def coroutines_version = "1.3.9"