소스 검색

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"
         }