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 dcb4980cab [UPGRADE] Adopt MIME4J 0.8.13 (#2779) dcb4980cab is described below commit dcb4980cab5d50e5dd13f7ae67a11ffe9d5d20f2 Author: Benoit TELLIER <btell...@linagora.com> AuthorDate: Wed Aug 6 04:42:22 2025 +0200 [UPGRADE] Adopt MIME4J 0.8.13 (#2779) --- mailbox/store/src/test/resources/eml/james-3901.json | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mailbox/store/src/test/resources/eml/james-3901.json b/mailbox/store/src/test/resources/eml/james-3901.json index c54055fa81..791c790d26 100644 --- a/mailbox/store/src/test/resources/eml/james-3901.json +++ b/mailbox/store/src/test/resources/eml/james-3901.json @@ -1,7 +1,7 @@ {"attachments":[{ "mediaType":"application", "subtype":"octet-stream", - "fileName":"4%P001!.DOC4%P001!.DOC", + "fileName":"4%P001!.DOC", "fileExtension":"DOC", "contentDisposition":"attachment", "textContent":null} diff --git a/pom.xml b/pom.xml index 22a602a2f6..3be76c23a9 100644 --- a/pom.xml +++ b/pom.xml @@ -622,7 +622,7 @@ <james.groupId>org.apache.james</james.groupId> <james.protocols.groupId>${james.groupId}.protocols</james.protocols.groupId> <activemq.version>6.1.6</activemq.version> - <apache-mime4j.version>0.8.12</apache-mime4j.version> + <apache-mime4j.version>0.8.13</apache-mime4j.version> <apache.openjpa.version>4.1.1</apache.openjpa.version> <derby.version>10.17.1.0</derby.version> <log4j2.version>2.24.3</log4j2.version> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org