aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2019-04-18 22:36:41 +0200
committerSonarTech <sonartech@sonarsource.com>2019-04-29 20:21:06 +0200
commitf79d8ec43a87abb4ac79c521b69c63d861a08671 (patch)
tree8e811831401829d18661d9ce26c7cdaffa4151d8 /build.gradle
parentd73b2ba4be5145af6eaf408d840ceb3149cc2bbc (diff)
downloadsonarqube-f79d8ec43a87abb4ac79c521b69c63d861a08671.tar.gz
sonarqube-f79d8ec43a87abb4ac79c521b69c63d861a08671.zip
SONAR-12000 upgrade commons-codec to 1.12
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a745db6189a..becc66f6d95 100644
--- a/build.gradle
+++ b/build.gradle
@@ -111,7 +111,7 @@ subprojects {
dependency('commons-beanutils:commons-beanutils:1.8.3') {
exclude 'commons-logging:commons-logging'
}
- dependency 'commons-codec:commons-codec:1.8'
+ dependency 'commons-codec:commons-codec:1.12'
dependency 'commons-dbutils:commons-dbutils:1.5'
dependency 'commons-io:commons-io:2.6'
dependency 'commons-lang:commons-lang:2.6'