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