From f27d5fe12ece4258dff591d496f7ed50f05d58a5 Mon Sep 17 00:00:00 2001 From: Broad Bot <61600560+broadbot@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:25:56 -0400 Subject: [PATCH] Update logback-classic to 1.5.11 (#333) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 766682f4..88051dc5 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ libraryDependencies ++= Seq( "org.liquibase" % "liquibase-core" % "4.7.1", "org.hsqldb" % "hsqldb" % "2.6.1", "com.sendgrid" % "sendgrid-java" % "2.2.2", - "ch.qos.logback" % "logback-classic" % "1.5.9", + "ch.qos.logback" % "logback-classic" % "1.5.11", "org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-4cde1ff", "com.azure" % "azure-identity" % "1.12.2", "com.azure" % "azure-core-management" % "1.15.0",