From b31fe9a2bd613173eb91008efe484f1f70feb089 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:45 +0000 Subject: [PATCH] Bump moshi-kotlin from 1.10.0 to 1.12.0 Bumps [moshi-kotlin](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..f6bf3f1 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -5,7 +5,7 @@ dependencies { implementation 'com.nimbusds:nimbus-jose-jwt:9.0.1' implementation 'com.squareup.moshi:moshi:1.10.0' - implementation 'com.squareup.moshi:moshi-kotlin:1.10.0' + implementation 'com.squareup.moshi:moshi-kotlin:1.12.0' implementation 'com.squareup.okhttp3:okhttp:4.9.0' implementation 'org.eclipse.jgit:org.eclipse.jgit:5.9.0.202009080501-r' implementation 'org.slf4j:slf4j-simple:1.7.30'