diff options
author | Jacek Poreda <jacek.poreda@sonarsource.com> | 2023-04-07 10:59:02 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-04-07 20:02:58 +0000 |
commit | 0edad2cdab91dd5f821858472fb3543ecf1e780a (patch) | |
tree | f3c6f34749cc449671d5df722407b95c6edf5804 /build.gradle | |
parent | 6cc5aa8e583210e195018a95ea53de709c454c5b (diff) | |
download | sonarqube-0edad2cdab91dd5f821858472fb3543ecf1e780a.tar.gz sonarqube-0edad2cdab91dd5f821858472fb3543ecf1e780a.zip |
SONAR-19005 Bump org.apache.commons:commons-csv version to 1.10.0
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 9c0c677f00b..1af02831290 100644 --- a/build.gradle +++ b/build.gradle @@ -295,7 +295,7 @@ subprojects { dependency 'net.jpountz.lz4:lz4:1.3.0' dependency 'net.lightbody.bmp:littleproxy:1.1.0-beta-bmp-17' dependency 'org.awaitility:awaitility:4.2.0' - dependency 'org.apache.commons:commons-csv:1.9.0' + dependency 'org.apache.commons:commons-csv:1.10.0' dependency 'org.apache.commons:commons-email:1.5' dependency 'com.zaxxer:HikariCP:5.0.1' dependency('org.apache.httpcomponents:httpclient:4.5.14') { |