From 992ac180289555a082d8b0461282cc4e7701cb95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 17:18:08 +0000 Subject: [PATCH] Bump moshi-kotlin-codegen from 1.13.0 to 1.14.0 Bumps [moshi-kotlin-codegen](https://github.com/square/moshi) from 1.13.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.13.0...1.14.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 89b457f4..a5d95fd7 100644 --- a/api-model-v1-41/build.gradle.kts +++ b/api-model-v1-41/build.gradle.kts @@ -83,7 +83,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10") implementation("com.squareup.moshi:moshi:1.14.0") - ksp("com.squareup.moshi:moshi-kotlin-codegen:1.13.0") + ksp("com.squareup.moshi:moshi-kotlin-codegen:1.14.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")