This is an automated email from the ASF dual-hosted git repository.
quantranhong1999 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 987e2df405 Upgrade ical4j dependency from 4.1.1 to 4.2.5
987e2df405 is described below
commit 987e2df4058f4997c7fe6860f60de559d3439b60
Author: vttran <[email protected]>
AuthorDate: Wed May 20 14:13:38 2026 +0700
Upgrade ical4j dependency from 4.1.1 to 4.2.5
---
.../main/java/org/apache/james/transport/mailets/ICalendarParser.java | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/mailet/icalendar/src/main/java/org/apache/james/transport/mailets/ICalendarParser.java
b/mailet/icalendar/src/main/java/org/apache/james/transport/mailets/ICalendarParser.java
index e4815da03a..641df3e477 100644
---
a/mailet/icalendar/src/main/java/org/apache/james/transport/mailets/ICalendarParser.java
+++
b/mailet/icalendar/src/main/java/org/apache/james/transport/mailets/ICalendarParser.java
@@ -136,7 +136,7 @@ public class ICalendarParser extends GenericMailet {
private Stream<Pair<String, Calendar>> createCalendar(String key, byte[]
icsContent) {
CalendarBuilder builder = new CalendarBuilder(
CalendarParserFactory.getInstance().get(),
- new ContentHandlerContext().withSupressInvalidProperties(true),
+ new ContentHandlerContext().withSuppressInvalidProperties(true),
TimeZoneRegistryFactory.getInstance().createRegistry());
try {
ByteArrayInputStream inputStream = new
ByteArrayInputStream(icsContent);
diff --git a/pom.xml b/pom.xml
index 02b5dcaeea..d6d336c936 100644
--- a/pom.xml
+++ b/pom.xml
@@ -688,7 +688,7 @@
<scala.version>${scala.base}.16</scala.version>
<doclint>none</doclint>
<mockito.version>5.18.0</mockito.version>
- <ical4j.version>4.1.1</ical4j.version>
+ <ical4j.version>4.2.5</ical4j.version>
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
<javacrumbs.json-unit.version>4.1.1</javacrumbs.json-unit.version>
<fastutil-core.version>8.5.15</fastutil-core.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]