From 9f04f5aeaeed04194d59de27e3626a67af7a06d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 20:51:26 +0000 Subject: [PATCH 1/2] Bump moshi from 1.12.0 to 1.13.0 Bumps [moshi](https://github.com/square/moshi) from 1.12.0 to 1.13.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.12.0...moshi-parent-1.13.0) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api-model-v1-41/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-model-v1-41/build.gradle.kts b/api-model-v1-41/build.gradle.kts index 1d396ba1..63a52c55 100644 --- a/api-model-v1-41/build.gradle.kts +++ b/api-model-v1-41/build.gradle.kts @@ -69,7 +69,7 @@ repositories { dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10") - implementation("com.squareup.moshi:moshi:1.12.0") + implementation("com.squareup.moshi:moshi:1.13.0") ksp("com.squareup.moshi:moshi-kotlin-codegen:1.12.0") } From 1fb0fb457ac4e8d25b800772069fbc0055e7f537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 21:51:17 +0100 Subject: [PATCH 2/2] Bump moshi-kotlin-codegen from 1.12.0 to 1.13.0 Bumps [moshi-kotlin-codegen](https://github.com/square/moshi) from 1.12.0 to 1.13.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.12.0...moshi-parent-1.13.0) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi-kotlin-codegen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api-model-v1-41/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-model-v1-41/build.gradle.kts b/api-model-v1-41/build.gradle.kts index 63a52c55..751c24e3 100644 --- a/api-model-v1-41/build.gradle.kts +++ b/api-model-v1-41/build.gradle.kts @@ -70,7 +70,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10") implementation("com.squareup.moshi:moshi:1.13.0") - ksp("com.squareup.moshi:moshi-kotlin-codegen:1.12.0") + ksp("com.squareup.moshi:moshi-kotlin-codegen:1.13.0") } java {