فهرست منبع

Merge pull request #9579 from nextcloud/dependabot/gradle/org.mnode.ical4j-ical4j-1.0.8

Bump ical4j from 1.0.6 to 1.0.8
Tobias Kaminsky 3 سال پیش
والد
کامیت
a24e6e9cfc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -317,7 +317,7 @@ dependencies {
     implementation "io.noties:prism4j:$prismVersion"
     kapt "io.noties:prism4j-bundler:$prismVersion"
 
-    implementation ('org.mnode.ical4j:ical4j:1.0.6') {
+    implementation ('org.mnode.ical4j:ical4j:1.0.8') {
         ['org.apache.commons','commons-logging'].each {
             exclude group: "$it"
         }