diff options
author | Pierre <pierre.guillot@sonarsource.com> | 2020-10-01 15:09:35 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-10-01 20:07:44 +0000 |
commit | 9468eff878df08b0485aab30cde78d41a9e25faf (patch) | |
tree | c0b33236a3a6c5701204757a7f8ba76a24370769 /build.gradle | |
parent | afa7ea94fa52d8cde729274a7360da2924b26b2d (diff) | |
download | sonarqube-9468eff878df08b0485aab30cde78d41a9e25faf.tar.gz sonarqube-9468eff878df08b0485aab30cde78d41a9e25faf.zip |
SONAR-13905 upgrade common-io version
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 65f10784e8e..b94097ebdbb 100644 --- a/build.gradle +++ b/build.gradle @@ -200,7 +200,7 @@ subprojects { } dependency 'commons-codec:commons-codec:1.14' dependency 'commons-dbutils:commons-dbutils:1.7' - dependency 'commons-io:commons-io:2.7' + dependency 'commons-io:commons-io:2.8.0' dependency 'commons-lang:commons-lang:2.6' dependencySet(group: 'com.fasterxml.jackson.core', version: '2.10.4') { entry 'jackson-annotations' |