This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 2655523c193 chore(deps): Bump org.mnode.ical4j:ical4j from 4.0.8 to 
4.1.0 (#16915)
2655523c193 is described below

commit 2655523c19375c94f6682878ce4409aa2c2ac8f1
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jan 24 08:31:39 2025 +0100

    chore(deps): Bump org.mnode.ical4j:ical4j from 4.0.8 to 4.1.0 (#16915)
---
 .../test/java/org/apache/camel/component/ical/ICalDataFormatTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-ical/src/test/java/org/apache/camel/component/ical/ICalDataFormatTest.java
 
b/components/camel-ical/src/test/java/org/apache/camel/component/ical/ICalDataFormatTest.java
index f86f7308ba5..686013109d3 100644
--- 
a/components/camel-ical/src/test/java/org/apache/camel/component/ical/ICalDataFormatTest.java
+++ 
b/components/camel-ical/src/test/java/org/apache/camel/component/ical/ICalDataFormatTest.java
@@ -119,7 +119,7 @@ public class ICalDataFormatTest extends CamelTestSupport {
         meeting.add(new Summary("Progress Meeting"));
 
         // add timezone info..
-        meeting.add(tz.getTimeZoneId().get());
+        meeting.add(tz.getTimeZoneId());
 
         // generate unique identifier..
         meeting.add(new Uid("00000000"));

Reply via email to