From 7d29959b7c55ccf4700b4c9229430337f3be4b6d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Oct 2023 19:14:56 +0000 Subject: [PATCH] Update protobuf-java, protobuf-java-util to 3.24.4 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8ce0777..1daeb40 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.17" % "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.4" % "test", + "com.google.protobuf" % "protobuf-java" % "3.24.4" % "protobuf", "org.json4s" %% "json4s-jackson-core" % "4.0.6" )