From 4ba65c179cf72c2dd0140d4f8d72c6eae9db5492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 19:54:28 +0000 Subject: [PATCH] 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] --- 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 08aca8b5..881285e3 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { } } - implementation("com.squareup.moshi:moshi:1.12.0") + implementation("com.squareup.moshi:moshi:1.13.0") implementation("org.slf4j:slf4j-api") testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.2.9")