From f40016d98eb7a60c63527680e6ade554802ac0b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:49:08 +0000 Subject: [PATCH] Bump com.squareup.moshi:moshi from 1.15.1 to 1.15.2 in the moshi group 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] --- engine/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts index 4894a3d0..7c88c03f 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -67,7 +67,7 @@ dependencies { } } - implementation("com.squareup.moshi:moshi:1.15.1") + implementation("com.squareup.moshi:moshi:1.15.2") implementation("org.slf4j:slf4j-api:2.0.16") testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")