diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b494039..8136bf4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ compileTesting-core = { module = "com.github.tschuchortdev:kotlin-compile-testin compileTesting-ksp = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version.ref = "compileTesting" } moshi-oldestSupported = "com.squareup.moshi:moshi:1.8.0" -moshi-current = "com.squareup.moshi:moshi:1.14.0" +moshi-current = "com.squareup.moshi:moshi:1.15.0" findBugs = "com.google.code.findbugs:jsr305:3.0.2" @@ -47,4 +47,4 @@ ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.re asm = "org.ow2.asm:asm:9.5" -shadow = "com.github.johnrengelman:shadow:8.1.1" \ No newline at end of file +shadow = "com.github.johnrengelman:shadow:8.1.1"