From 13d773029f61c7e9b9674ae84f96cd1763bca246 Mon Sep 17 00:00:00 2001 From: broadbot Date: Wed, 16 Oct 2024 12:04:46 +0000 Subject: [PATCH] Update sendgrid-java to 4.10.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 88051dc5..30df097e 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ libraryDependencies ++= Seq( "mysql" % "mysql-connector-java" % "8.0.28", "org.liquibase" % "liquibase-core" % "4.7.1", "org.hsqldb" % "hsqldb" % "2.6.1", - "com.sendgrid" % "sendgrid-java" % "2.2.2", + "com.sendgrid" % "sendgrid-java" % "4.10.3", "ch.qos.logback" % "logback-classic" % "1.5.11", "org.broadinstitute.dsde.workbench" %% "sam-client" % "0.1-4cde1ff", "com.azure" % "azure-identity" % "1.12.2",