From d1a640ecb3a1ca1ffc8be0c9454a8ad8592e697d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 02:20:02 +0000 Subject: [PATCH] Update dependency com.google.protobuf:protobuf-java-util to v3.24.2 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 18f83df71..8e929878e 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.2", "org.projectlombok:lombok:1.18.22", ], repositories = [