diff options
author | euxane | 2024-09-18 23:41:13 +0200 |
---|---|---|
committer | euxane | 2024-09-18 23:41:13 +0200 |
commit | dd16a94134e65ab7fb9d4a7868c8d3f944cdc7b5 (patch) | |
tree | bc7e05ec9b4cef5cb751ca0eee0a67c798ebc8fe | |
parent | 4ffe9bbaa52e09721dd155dd3fb30108bec47d31 (diff) | |
download | tincapp-dd16a94134e65ab7fb9d4a7868c8d3f944cdc7b5.tar.gz |
libs: update apache commons-io 2.6 -> 2.13.0
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index cf762e6..f051759 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -99,7 +99,7 @@ dependencies { | |||
99 | // commons-configuration2:2.4 requires support for interface default methods, not available on SDK <24 | 99 | // commons-configuration2:2.4 requires support for interface default methods, not available on SDK <24 |
100 | implementation('org.apache.commons:commons-configuration2:2.3') { exclude group: 'commons-logging', module: 'commons-logging' } | 100 | implementation('org.apache.commons:commons-configuration2:2.3') { exclude group: 'commons-logging', module: 'commons-logging' } |
101 | implementation('commons-beanutils:commons-beanutils:1.9.3') { exclude group: 'commons-logging', module: 'commons-logging' } | 101 | implementation('commons-beanutils:commons-beanutils:1.9.3') { exclude group: 'commons-logging', module: 'commons-logging' } |
102 | implementation('commons-io:commons-io:2.6') { exclude group: 'commons-logging', module: 'commons-logging' } | 102 | implementation('commons-io:commons-io:2.13.0') { exclude group: 'commons-logging', module: 'commons-logging' } |
103 | } | 103 | } |
104 | 104 | ||
105 | repositories { | 105 | repositories { |