From b94d1ef67152b2a9919bcd3ad55915ed6af2b85b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 05:04:34 +0000 Subject: [PATCH] Update plugin protobuf to v0.9.4 --- 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 f3074bf..b0b6ca5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,4 +28,4 @@ defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" } hivemq-extension = { id = "com.hivemq.extension", version = "3.2.0" } license = { id = "com.github.hierynomus.license", version = "0.16.1" } oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.16.0" } -protobuf = { id = "com.google.protobuf", version = "0.9.2" } +protobuf = { id = "com.google.protobuf", version = "0.9.4" }