aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-ldap
diff options
context:
space:
mode:
authorZipeng WU <zipeng.wu@sonarsource.com>2023-01-30 15:16:16 +0100
committersonartech <sonartech@sonarsource.com>2023-02-02 20:03:40 +0000
commit347c1e241d5dcdc87935f59fdb7f83737b032c5b (patch)
tree999b1953ae3390c41c74448a26d36bd1478b80fe /sonar-testing-ldap
parent5efe3d77752f25e199d5f3c4417788f05e7832cb (diff)
downloadsonarqube-347c1e241d5dcdc87935f59fdb7f83737b032c5b.tar.gz
sonarqube-347c1e241d5dcdc87935f59fdb7f83737b032c5b.zip
slf4j 1.7.36 -> 2.0.6 and logback 1.2.10 -> 1.3.5
Diffstat (limited to 'sonar-testing-ldap')
-rw-r--r--sonar-testing-ldap/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-testing-ldap/build.gradle b/sonar-testing-ldap/build.gradle
index be7655faf03..bd0d8026b1b 100644
--- a/sonar-testing-ldap/build.gradle
+++ b/sonar-testing-ldap/build.gradle
@@ -5,10 +5,10 @@ sonar {
}
dependencies {
- api 'junit:junit'
- api 'org.apache.directory.server:apacheds-all:2.0.0-M24'
- api 'org.slf4j:slf4j-api'
+ api 'org.apache.mina:mina-core:2.2.1'
+ implementation 'org.apache.directory.server:apacheds-server-integ:2.0.0.AM26'
+ testImplementation 'junit:junit'
testImplementation 'org.assertj:assertj-core'
testImplementation 'org.hamcrest:hamcrest-core'
testImplementation 'org.mockito:mockito-core'