From 90d6e47591cd21d49af55f580c7ca53e738d9f71 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Sep 2023 03:24:26 +0000 Subject: [PATCH] Update protobuf-java, protobuf-java-util to 3.24.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f9d762b1..2d99913f 100644 --- a/build.sbt +++ b/build.sbt @@ -22,8 +22,8 @@ libraryDependencies ++= Seq( "com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion % "protobuf,test", "org.scalatest" %% "scalatest" % "3.2.16" % "test", "org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % "test", - "com.google.protobuf" % "protobuf-java-util" % "3.21.12" % "test", - "com.google.protobuf" % "protobuf-java" % "3.21.12" % "protobuf", + "com.google.protobuf" % "protobuf-java-util" % "3.24.3" % "test", + "com.google.protobuf" % "protobuf-java" % "3.24.3" % "protobuf", "org.json4s" %% "json4s-jackson-core" % "4.0.6" )