From 4c43c8815af92d7ad2670fef452f60a031e3bb48 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 14 Jan 2024 21:42:45 +0000 Subject: [PATCH] commons-email 1.6.0 (was 1.5) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5d7f4cb..e3facfb 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ lazy val `play-mailer` = (project in file("play-mailer")) "javax.inject" % "javax.inject" % "1", "com.typesafe" % "config" % "1.4.3", "org.slf4j" % "slf4j-api" % "2.0.11", - "org.apache.commons" % "commons-email" % "1.5", + "org.apache.commons" % "commons-email" % "1.6.0", "org.playframework" %% "play" % Dependencies.PlayVersion % Test, "org.playframework" %% "play-specs2" % Dependencies.PlayVersion % Test ),