From b51b6365c3e05e6adcf63db925ff6845fc8304c5 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Tue, 1 Jul 2025 02:18:37 +0000 Subject: [PATCH] fix(deps): Update dependency com.google.protobuf:protobuf-java-util to v4.31.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8d1267b..bf26fa1 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 def grpcVersion = '1.72.0' -def protobufVersion = '4.30.2' +def protobufVersion = '4.31.1' def protocVersion = protobufVersion dependencies {