From ac27315d62db6a6a43ffdf99f35fd5b44feb6a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 21:59:06 +0000 Subject: [PATCH] Bump com.squareup.moshi:moshi-kotlin from 1.10.0 to 1.14.0 Bumps [com.squareup.moshi:moshi-kotlin](https://github.com/square/moshi) from 1.10.0 to 1.14.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...1.14.0) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index c329494..0e8f902 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -5,7 +5,7 @@ dependencies { implementation 'com.nimbusds:nimbus-jose-jwt:9.31' implementation 'com.squareup.moshi:moshi:1.10.0' - implementation 'com.squareup.moshi:moshi-kotlin:1.10.0' + implementation 'com.squareup.moshi:moshi-kotlin:1.14.0' implementation 'com.squareup.okhttp3:okhttp:4.9.0' implementation 'org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r' implementation 'org.slf4j:slf4j-simple:2.0.6'