From d2f0ccb508411a0268ce795f649653b08008c765 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:28:58 +0000 Subject: [PATCH] Update dependency com.google.protobuf:protobuf-java-util to v3.24.4 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 18f83df71..e0dcfce71 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -50,7 +50,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install") maven_install( artifacts = [ "com.google.protobuf:protobuf-java:3.15.6", - "com.google.protobuf:protobuf-java-util:3.15.6", + "com.google.protobuf:protobuf-java-util:3.24.4", "org.projectlombok:lombok:1.18.22", ], repositories = [