From 4b1454d74a30c3fa40e7099728bf029dbaeb4f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:50:23 +0000 Subject: [PATCH] Bump the moshi group with 1 update Bumps the moshi group with 1 update: [com.squareup.moshi:moshi](https://github.com/square/moshi). Updates `com.squareup.moshi:moshi` from 1.15.0 to 1.15.1 - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/parent-1.15.0...1.15.1) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: moshi ... Signed-off-by: dependabot[bot] --- api-model-v1-41/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-model-v1-41/build.gradle.kts b/api-model-v1-41/build.gradle.kts index 93527b9a..a9a89ca0 100644 --- a/api-model-v1-41/build.gradle.kts +++ b/api-model-v1-41/build.gradle.kts @@ -119,8 +119,8 @@ dependencies { } implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22") - implementation("com.squareup.moshi:moshi:1.15.0") - ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.0") + implementation("com.squareup.moshi:moshi:1.15.1") + ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1") compileOnly("com.squareup.okhttp3:okhttp:4.12.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")