From 7963487553f4d107cef752a6edbe4d3bd3ccfdf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 01:49:35 +0000 Subject: [PATCH] Update dependency com.google.protobuf:protobuf-java-util to v3.23.4 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 18f83df7..dbdfac9e 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.23.4", "org.projectlombok:lombok:1.18.22", ], repositories = [