simple-java-mail / java-utils-mail-smime

11 stars 5 forks source link

Update dependencies of `java-utils-mail-smime` #12

Open johannesg-px opened 2 months ago

johannesg-px commented 2 months ago

Hi,

we noticed that SimpleJavaMail has been updated to jakarta.mail-api:2.1.3 and angus-mail:2.0.3. However, java-utils-mail-smime still uses jakarta.mail-api:2.1.2 and angus-mail:2.0.2.

https://github.com/simple-java-mail/java-utils-mail-smime/blob/fad4119d4f79757799dcdf5ad340428e903008f3/pom.xml#L91 https://github.com/simple-java-mail/java-utils-mail-smime/blob/fad4119d4f79757799dcdf5ad340428e903008f3/pom.xml#L96

We suspect this is the reason for some dependency issues we are having in our project. Can these be updated? Thanks!

Best regards Johannes