From 2d78d79df8b6ba21e864b4b8bd33f1e217884957 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:07:59 +0000 Subject: [PATCH] Update plugin wire to v5.5.1 --- 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 9229c5c..7c9bf5d 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.36.0" } spotless = { id = "com.diffplug.spotless", version = "8.0.0" } -wire = { id = "com.squareup.wire", version = "5.5.0" } +wire = { id = "com.squareup.wire", version = "5.5.1" } # 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.