From 625785c93dc5ca5ecc3a0d29b486062a1153e2c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:59:32 +0000 Subject: [PATCH] Bump moshi from 1.15.0 to 1.15.1 Bumps `moshi` from 1.15.0 to 1.15.1. Updates `com.squareup.moshi:moshi-kotlin` 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) Updates `com.squareup.moshi:moshi-kotlin-codegen` 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-kotlin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.squareup.moshi:moshi-kotlin-codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 443b9cb3..3bad65d8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ junit = "4.13.2" kotlin = "1.9.22" kotlinpoet = "1.16.0" mavenplugin = "0.27.0" -moshi = "1.15.0" +moshi = "1.15.1" okhttp = "4.12.0" okio = "3.7.0" # Ensure that PROTOC_VERSION in the Makefile is updated when changing this version.