diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a81db26..0402bca 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -56,7 +56,7 @@ compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = " ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } publish = { id = "com.vanniktech.maven.publish", version = "0.31.0" } spotless = { id = "com.diffplug.spotless", version = "6.18.0" } -wire = { id = "com.squareup.wire", version = "5.3.1" } +wire = { id = "com.squareup.wire", version = "5.4.0" } # Used by the sample app # This is just a dummy version to make the verison catalog work. The real version is subsituted in the composite build.