From 2129af46789e33045fbb9db68495e8a6b7afb2a1 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:15:46 +0000 Subject: [PATCH] Update protobuf-java-util to 4.33.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eafb8609..9715456c 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val root = project.in(file(".")).settings( addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.8"), libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % scalapb.compiler.Version.scalapbVersion, libraryDependencies ++= ( - ("com.google.protobuf" % "protobuf-java-util" % "3.25.8") :: + ("com.google.protobuf" % "protobuf-java-util" % "4.33.0") :: Nil ), lintAll := Def.sequential(LinkTest.eslint, TextLint.textlint.toTask("")).value,