From 2a735cb498aa8b6466cf01db386ce5f0114904af Mon Sep 17 00:00:00 2001 From: broadbot Date: Thu, 24 Oct 2024 12:03:26 +0000 Subject: [PATCH] Update protobuf-java to 4.29.0-RC2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0c6f5839..edf2c053 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ libraryDependencies ++= Seq( "org.webjars" % "swagger-ui" % "5.17.14", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", "com.typesafe.akka" %% "akka-http-spray-json" % "10.2.9", - "com.google.protobuf" % "protobuf-java" % "4.29.0-RC1", + "com.google.protobuf" % "protobuf-java" % "4.29.0-RC2", "io.sentry" % "sentry" % "6.9.2", "io.sentry" % "sentry-logback" % "6.9.2", "org.broadinstitute.dsde.workbench" %% "workbench-google" % workbenchGoogleV