Skip to content

Commit

Permalink
#213: switched to Jakarta Mail and updated dependencies that have mov…
Browse files Browse the repository at this point in the history
…ed to Jakarta Mail
  • Loading branch information
bbottema committed Jul 7, 2019
1 parent 10ebb84 commit 5f46366
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,18 @@
<!-- core dependencies -->
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.6.0</version>
<artifactId>jakarta.mail</artifactId>
<version>1.6.3</version>
</dependency>
<dependency>
<groupId>com.github.bbottema</groupId>
<artifactId>emailaddress-rfc2822</artifactId>
<version>1.1.2</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>net.markenwerk</groupId>
<artifactId>utils-mail-dkim</artifactId>
<version>1.1.10</version>
<version>1.2.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 5f46366

Please sign in to comment.