This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push: new 4e4d4e47f1 Upgrade jdkim library to 0.5 4e4d4e47f1 is described below commit 4e4d4e47f1c8c6388e57650c84f1fa28df8f843a Author: Rene Cordier <rcord...@linagora.com> AuthorDate: Wed Jun 11 10:25:14 2025 +0700 Upgrade jdkim library to 0.5 --- server/mailet/dkim/pom.xml | 2 +- server/protocols/protocols-smtp-dkim/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/mailet/dkim/pom.xml b/server/mailet/dkim/pom.xml index 7f6644c48f..4756060fbc 100644 --- a/server/mailet/dkim/pom.xml +++ b/server/mailet/dkim/pom.xml @@ -33,7 +33,7 @@ <description>Mailet adapter for the JDKIM library</description> <properties> - <jdkim.version>0.3</jdkim.version> + <jdkim.version>0.5</jdkim.version> </properties> <dependencies> diff --git a/server/protocols/protocols-smtp-dkim/pom.xml b/server/protocols/protocols-smtp-dkim/pom.xml index 5b6d2291fc..38e2ccf44b 100644 --- a/server/protocols/protocols-smtp-dkim/pom.xml +++ b/server/protocols/protocols-smtp-dkim/pom.xml @@ -33,7 +33,7 @@ <name>Apache James :: Server :: SMTP :: DKIM</name> <properties> - <jdkim.version>0.3</jdkim.version> + <jdkim.version>0.5</jdkim.version> </properties> <dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org