We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ebb84 commit 5f46366Copy full SHA for 5f46366
pom.xml
@@ -80,18 +80,18 @@
80
<!-- core dependencies -->
81
<dependency>
82
<groupId>com.sun.mail</groupId>
83
- <artifactId>javax.mail</artifactId>
84
- <version>1.6.0</version>
+ <artifactId>jakarta.mail</artifactId>
+ <version>1.6.3</version>
85
</dependency>
86
87
<groupId>com.github.bbottema</groupId>
88
<artifactId>emailaddress-rfc2822</artifactId>
89
- <version>1.1.2</version>
+ <version>2.1.3</version>
90
91
92
<groupId>net.markenwerk</groupId>
93
<artifactId>utils-mail-dkim</artifactId>
94
- <version>1.1.10</version>
+ <version>1.2.0</version>
95
<optional>true</optional>
96
97
0 commit comments