Skip to content

Commit

Permalink
CORE-69: Minor and patch updates - logback-classic to 1.5.13 - protob…
Browse files Browse the repository at this point in the history
…uf-java to 4.29.2 (#361)

* CORE-69: Update logback-classic from 1.5.12 to 1.5.13

* CORE-69: Update protobuf-java from 4.29.1 to 4.29.2
  • Loading branch information
broadbot authored Dec 19, 2024
1 parent d0a056c commit d4c7c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"com.google.protobuf" % "protobuf-java" % "4.29.2",
"io.sentry" % "sentry" % "6.9.2",
"io.sentry" % "sentry-logback" % "6.9.2",
"org.broadinstitute.dsde.workbench" %% "workbench-google" % workbenchGoogleV
Expand All @@ -53,7 +53,7 @@ libraryDependencies ++= Seq(
"org.liquibase" % "liquibase-core" % "4.30.0",
"org.hsqldb" % "hsqldb" % "2.7.4",
"com.sendgrid" % "sendgrid-java" % "2.2.2",
"ch.qos.logback" % "logback-classic" % "1.5.12",
"ch.qos.logback" % "logback-classic" % "1.5.13",
"org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-4cde1ff",
"com.azure" % "azure-identity" % "1.14.2",
"com.azure" % "azure-core-management" % "1.15.6",
Expand Down

0 comments on commit d4c7c9d

Please sign in to comment.