From 38d4dd604ed4939a16eb25c2a8de96e9b8a42592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 08:13:05 +0000 Subject: [PATCH] Bump moshiVersion from 1.9.2 to 1.11.0 Bumps `moshiVersion` from 1.9.2 to 1.11.0. Updates `moshi-kotlin` from 1.9.2 to 1.11.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.9.2...moshi-parent-1.11.0) Updates `moshi-kotlin-codegen` from 1.9.2 to 1.11.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.9.2...moshi-parent-1.11.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 88d11683..619fd3be 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { kotlinVersion = '1.4.31' - moshiVersion = "1.9.2" + moshiVersion = "1.11.0" } repositories {