Эх сурвалжийг харах

Merge pull request #6166 from nextcloud/dependabot/gradle/commons-io-commons-io-2.7

Bump commons-io from 2.6 to 2.7
Tobias Kaminsky 4 жил өмнө
parent
commit
f953f2513d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -312,7 +312,7 @@ dependencies {
     implementation "androidx.work:work-runtime-ktx:2.3.4"
     implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
     compileOnly 'com.google.code.findbugs:annotations:2.0.1'
-    implementation 'commons-io:commons-io:2.6'
+    implementation 'commons-io:commons-io:2.7'
     implementation 'com.jakewharton:butterknife:10.2.1'
     kapt 'com.jakewharton:butterknife-compiler:10.2.1'
     implementation 'org.greenrobot:eventbus:3.2.0'