From 25b57e930cda4653a8c4d0909ed23686440e2788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 21:57:45 +0000 Subject: [PATCH] Bump com.squareup.moshi:moshi-kotlin from 1.10.0 to 1.15.0 Bumps [com.squareup.moshi:moshi-kotlin](https://github.com/square/moshi) from 1.10.0 to 1.15.0. - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/moshi-parent-1.10.0...parent-1.15.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..69afa69 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.15.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'