From 4af02ef1d4244517bd7c1bf30d13f7f5f8e09ab5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 06:07:34 +0000 Subject: [PATCH] Bump moshi from 1.10.0 to 1.12.0 Bumps [moshi](https://github.com/square/moshi) from 1.10.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.10.0...parent-1.12.0) Signed-off-by: dependabot-preview[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 542e132..d483bc5 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -4,7 +4,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN_VERSION}" implementation 'com.nimbusds:nimbus-jose-jwt:9.0.1' - implementation 'com.squareup.moshi:moshi:1.10.0' + implementation 'com.squareup.moshi:moshi:1.12.0' implementation 'com.squareup.moshi:moshi-kotlin:1.10.0' implementation 'com.squareup.okhttp3:okhttp:4.9.0' implementation 'org.eclipse.jgit:org.eclipse.jgit:5.9.0.202009080501-r'