From 04b4a7c25c39b7b1b5ab8d6f39ddebb32efb975c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 01:33:41 +0000 Subject: [PATCH] Update dependency com.google.protobuf:protobuf-java to v3.25.5 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 18f83df7..6d79863b 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -49,7 +49,7 @@ rules_jvm_external_setup() load("@rules_jvm_external//:defs.bzl", "maven_install") maven_install( artifacts = [ - "com.google.protobuf:protobuf-java:3.15.6", + "com.google.protobuf:protobuf-java:3.25.5", "com.google.protobuf:protobuf-java-util:3.15.6", "org.projectlombok:lombok:1.18.22", ],