From 4f6364f24447035eeadda0ee36b7c894535a5829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:14:51 +0000 Subject: [PATCH] Bump moshi from 1.15.1 to 1.15.2 Bumps `moshi` from 1.15.1 to 1.15.2. 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) Updates `com.squareup.moshi:moshi-kotlin-codegen` 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-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 b083b277..c273616d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ coroutines = "1.9.0" jackson = "2.18.2" junit = "4.13.2" -moshi = "1.15.1" +moshi = "1.15.2" okhttp = "5.0.0-alpha.14" forge = "1.0.0-alpha3" result = "5.6.0"