aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-ldap
diff options
context:
space:
mode:
authorPierre <pierre.guillot@sonarsource.com>2023-05-19 11:38:29 +0200
committersonartech <sonartech@sonarsource.com>2023-05-19 20:02:38 +0000
commitaef4dd94818795ee079afacd22d7a9baf65d194b (patch)
tree54d2f81863b72e62a444e8666818ca4663f7c4e1 /sonar-testing-ldap
parent814e30e422183726861cb4342c8e67d28ff9015d (diff)
downloadsonarqube-aef4dd94818795ee079afacd22d7a9baf65d194b.tar.gz
sonarqube-aef4dd94818795ee079afacd22d7a9baf65d194b.zip
NO-JIRA exclude log4j 1.x from apacheds-server-integ to kill the noise about CVE-2023-26464
Diffstat (limited to 'sonar-testing-ldap')
-rw-r--r--sonar-testing-ldap/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-testing-ldap/build.gradle b/sonar-testing-ldap/build.gradle
index bd0d8026b1b..d8c19eccf0d 100644
--- a/sonar-testing-ldap/build.gradle
+++ b/sonar-testing-ldap/build.gradle
@@ -6,7 +6,9 @@ sonar {
dependencies {
api 'org.apache.mina:mina-core:2.2.1'
- implementation 'org.apache.directory.server:apacheds-server-integ:2.0.0.AM26'
+ implementation ('org.apache.directory.server:apacheds-server-integ:2.0.0.AM26') {
+ exclude group: 'log4j', module: 'log4j'
+ }
testImplementation 'junit:junit'
testImplementation 'org.assertj:assertj-core'