]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21569 Update org.apache.commons:commons-email 1.5 -> 1.6.0
authorWojtek Wajerowicz <115081248+wojciech-wajerowicz-sonarsource@users.noreply.github.com>
Tue, 6 Feb 2024 08:14:37 +0000 (09:14 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 8 Feb 2024 20:02:45 +0000 (20:02 +0000)
build.gradle

index 1c98dbc3f99cb2c22679cd110fbf6946dae57d95..2aeeea13b74bd7d6c13632e1f21820198fea1fc7 100644 (file)
@@ -363,7 +363,7 @@ subprojects {
       dependency 'org.awaitility:awaitility:4.2.0'
       dependency 'org.apache.commons:commons-collections4:4.4'
       dependency 'org.apache.commons:commons-csv:1.10.0'
-      dependency 'org.apache.commons:commons-email:1.5'
+      dependency 'org.apache.commons:commons-email:1.6.0'
       dependency 'com.zaxxer:HikariCP:5.1.0'
       dependency('org.apache.httpcomponents:httpclient:4.5.14') {
         exclude 'commons-logging:commons-logging'