Merge pull request #12761 from nextcloud/renovate/commons-io-commons-io-2.x

Update dependency commons-io:commons-io to v2.16.0
This commit is contained in:
Andy Scherzinger 2024-04-02 09:12:18 +02:00 committed by GitHub
commit 71cdd06415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ dependencies {
implementation "androidx.fragment:fragment-ktx:1.6.2"
implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
implementation 'commons-io:commons-io:2.15.1'
implementation 'commons-io:commons-io:2.16.0'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.12.1'
implementation 'org.lukhnos:nnio:0.3'