From 60fc18bc87836781113728989adb08cbb1614c10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 15:35:51 +0000 Subject: [PATCH] Update dependency com.google.protobuf:protobuf-java-util to v3.25.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 81759210..a60eb9a9 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ import scala.util.control.NoStackTrace lazy val V = new { - val protobuf = "3.15.6" + val protobuf = "3.25.9" val protoc = "3.17.3" // the oldest protoc version with Apple M1 support, see https://github.com/scalapb/ScalaPB/issues/1024#issuecomment-860126568 val coursier = "2.1.9"