From 5558d6fe194a36ef8dc4fbe7907509ffb5f1f031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:06:31 +0100 Subject: [PATCH] Bump com.squareup.moshi:moshi from 1.15.0 to 1.15.1 (#24) Bumps [com.squareup.moshi:moshi](https://github.com/square/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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index dec390f..7803e63 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ repositories { } dependencies { - api("com.squareup.moshi:moshi:1.15.0") + api("com.squareup.moshi:moshi:1.15.1") compileOnlyApi("org.jetbrains:annotations:24.1.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")