]> git.basschouten.com Git - openhab-addons.git/commitdiff
[icalendar] Updated biweekly to 0.6.4 (#8725)
authorMichael Wodniok <michi@noorganization.org>
Mon, 12 Oct 2020 14:51:24 +0000 (16:51 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 14:51:24 +0000 (16:51 +0200)
* [icalendar] Updated biweekly to 0.6.4

Fixes #8647

Signed-off-by: Michael Wodniok <michi@noorganization.org>
bundles/org.openhab.binding.icalendar/pom.xml

index 1909113921389c899ca3f4ffed863d7620d6ebd2..4376cfd89772e2249effe9d8726993e2d7414dfe 100644 (file)
   <name>openHAB Add-ons :: Bundles :: iCalendar Binding</name>
   <properties>
     <dep.noembedding>jackson-core,jackson-annotations,jackson-databind</dep.noembedding>
-    <jackson.version>2.9.10</jackson.version>
+    <jackson.version>2.10.3</jackson.version>
   </properties>
   <dependencies>
     <!-- own dependencies -->
     <dependency>
       <groupId>net.sf.biweekly</groupId>
       <artifactId>biweekly</artifactId>
-      <version>0.6.3</version>
+      <version>0.6.4</version>
       <scope>compile</scope>
     </dependency>
     <!-- dependencies of biweekly -->