From e97ee169d34925931f2674813aefb040c9f981f7 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 16 Oct 2025 09:37:26 +0000 Subject: [PATCH] fix(deps): Update plugin com.google.protobuf to v0.9.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 29fcad3..0c11648 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'application' - id 'com.google.protobuf' version '0.9.4' + id 'com.google.protobuf' version '0.9.5' // Generate IntelliJ IDEA's .idea & .iml project files id 'idea' id "maven-publish"