Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit dda944d8 authored by Sunik Kupfer's avatar Sunik Kupfer Committed by GitHub
Browse files

Upgrade ical4j from 3.1.1 to 3.1.2 (see bitfireAT/davx5#37) (#3)

Upgrade ical4j from 3.1.1 to 3.1.2 to stop event parsing on invalid EMAIL parameters (see bitfireAT/davx5#37) (#3)
parent e31cefd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
    ext.versions = [
        kotlin: '1.6.0',
        dokka: '1.5.0',
        ical4j: '3.1.1',
        ical4j: '3.1.2',
        // latest Apache Commons versions that don't require Java 8 (Android 7)
        commonsIO: '2.6'
    ]