diff --git a/build.sbt b/build.sbt index a6acc8b0..444fc586 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ libraryDependencies ++= Seq( "org.webjars" % "swagger-ui" % "5.18.2", "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", + "com.google.protobuf" % "protobuf-java" % "4.29.1", "io.sentry" % "sentry" % "6.9.2", "io.sentry" % "sentry-logback" % "6.9.2", "org.broadinstitute.dsde.workbench" %% "workbench-google" % workbenchGoogleV