From a358d9ebd34af3a66043d9e4b3bec0be68769c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:42:55 +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] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9df9c894..20ae4ec3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,8 +71,8 @@ dependencies { testRuntimeOnly("ch.qos.logback:logback-classic:1.3.14") implementation("org.yaml:snakeyaml:2.2") - implementation("com.squareup.moshi:moshi:1.15.0") - implementation("com.squareup.moshi:moshi-kotlin:1.15.0") + implementation("com.squareup.moshi:moshi:1.15.1") + implementation("com.squareup.moshi:moshi-kotlin:1.15.1") testImplementation("com.beust:klaxon:5.5") implementation("com.google.re2j:re2j:1.7")