From 341e65bf591c5b18092aaf7b37e2abe9966d283d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:04:12 +0100 Subject: [PATCH] Bump com.squareup.moshi:moshi from 1.15.1 to 1.15.2 in the moshi group (#552) Bumps the moshi group with 1 update: [com.squareup.moshi:moshi](https://github.com/square/moshi). Updates `com.squareup.moshi:moshi` from 1.15.1 to 1.15.2 - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/1.15.1...1.15.2) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-client/build.gradle.kts b/api-client/build.gradle.kts index 4e56417..55fbfdd 100644 --- a/api-client/build.gradle.kts +++ b/api-client/build.gradle.kts @@ -66,7 +66,7 @@ dependencies { } implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0") - implementation("com.squareup.moshi:moshi:1.15.1") + implementation("com.squareup.moshi:moshi:1.15.2") implementation("com.squareup.okhttp3:okhttp:4.12.0") // implementation("com.squareup.okhttp3:logging-interceptor:[4.9,5)!!4.11.0") implementation("de.gesellix:docker-remote-api-model-1-41:2024-11-28T22-05-00")