From 3293926f62a800b96acf6ce2fbf8ca0d3e44c1e6 Mon Sep 17 00:00:00 2001 From: Jared Burrows Date: Mon, 25 Nov 2024 19:49:46 -0500 Subject: [PATCH] Bump com.squareup.moshi:moshi-kotlin from 1.12.0 to 1.13.0 Bump com.squareup.moshi:moshi-kotlin from 1.12.0 to 1.13.0 @ben-manes --- 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 12e91fbb..b7188348 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,6 +11,6 @@ versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } [libraries] kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" } -moshi = { module = "com.squareup.moshi:moshi-kotlin", version = "1.12.0" } +moshi = { module = "com.squareup.moshi:moshi-kotlin", version = "1.13.0" } okhttp = { module = "com.squareup.okhttp3:okhttp", version = "4.12.0" } spock = { module = "org.spockframework:spock-junit4", version = "2.4-M4-groovy-3.0" }