Skip to content

Commit 5f46366

Browse files
committed
#213: switched to Jakarta Mail and updated dependencies that have moved to Jakarta Mail
1 parent 10ebb84 commit 5f46366

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,18 @@
8080
<!-- core dependencies -->
8181
<dependency>
8282
<groupId>com.sun.mail</groupId>
83-
<artifactId>javax.mail</artifactId>
84-
<version>1.6.0</version>
83+
<artifactId>jakarta.mail</artifactId>
84+
<version>1.6.3</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.github.bbottema</groupId>
8888
<artifactId>emailaddress-rfc2822</artifactId>
89-
<version>1.1.2</version>
89+
<version>2.1.3</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>net.markenwerk</groupId>
9393
<artifactId>utils-mail-dkim</artifactId>
94-
<version>1.1.10</version>
94+
<version>1.2.0</version>
9595
<optional>true</optional>
9696
</dependency>
9797
<dependency>

0 commit comments

Comments
 (0)