Skip to content

Commit

Permalink
Merge pull request #308 from scala-steward/update/commons-email-1.6.0
Browse files Browse the repository at this point in the history
[10.1.x] commons-email 1.6.0 (was 1.5)
  • Loading branch information
mkurz authored Oct 8, 2024
2 parents aff1915 + d71a8fc commit 7aadc17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.16",
"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
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class MailerPluginSpec extends Specification {
override def getContainer = super.getContainer
}
class MockHtmlEmail extends HtmlEmail {
def getHtml = this.html
def getText = this.text
override def getHtml = this.html
override def getText = this.text
override def getPrimaryBodyPart = super.getPrimaryBodyPart
override def getContainer = super.getContainer
}
Expand Down

0 comments on commit 7aadc17

Please sign in to comment.