From 3f90dc7d65a5f030a2d43492747bb36fe6620b2d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 03:52:55 +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 0c6cd08..7587c36 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.9", - "org.apache.commons" % "commons-email" % "1.5", + "org.apache.commons" % "commons-email" % "1.6.0", "com.typesafe.play" %% "play" % Dependencies.PlayVersion % Test, "com.typesafe.play" %% "play-specs2" % Dependencies.PlayVersion % Test ),