diff options
author | Anton Tananaev <anton@traccar.org> | 2024-07-28 09:00:14 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2024-07-28 09:00:14 -0700 |
commit | 0e1217d3b58528e87ffba2b7d81c3ce616afe128 (patch) | |
tree | 86ee93e4c8fb36909dc2a3a740d1287a3473c35f /build.gradle | |
parent | a1e4d899066c53a2468a0658426935726646755a (diff) | |
download | trackermap-server-0e1217d3b58528e87ffba2b7d81c3ce616afe128.tar.gz trackermap-server-0e1217d3b58528e87ffba2b7d81c3ce616afe128.tar.bz2 trackermap-server-0e1217d3b58528e87ffba2b7d81c3ce616afe128.zip |
Update calendar library
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 48ca50c79..2619bdedb 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { implementation "org.apache.velocity:velocity-engine-core:2.3" implementation "org.apache.velocity.tools:velocity-tools-generic:3.1" implementation "org.apache.commons:commons-collections4:4.4" - implementation "org.mnode.ical4j:ical4j:3.2.18" + implementation "org.mnode.ical4j:ical4j:4.0.2" implementation "org.locationtech.spatial4j:spatial4j:0.8" implementation "org.locationtech.jts:jts-core:1.19.0" implementation "net.java.dev.jna:jna-platform:5.14.0" |