diff options
author | antoine.vinot <antoine.vinot@sonarsource.com> | 2023-11-07 14:56:42 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-09 20:02:39 +0000 |
commit | 6215e31d2f5747e9e544ffe31f3817f0ef8e5ec6 (patch) | |
tree | 5229aaf19f0a69a5c8dd4184e8ebb1b87cbfbdd9 /sonar-testing-ldap | |
parent | aed528944da1fffff1d6468e2c9f14b539d231c7 (diff) | |
download | sonarqube-6215e31d2f5747e9e544ffe31f3817f0ef8e5ec6.tar.gz sonarqube-6215e31d2f5747e9e544ffe31f3817f0ef8e5ec6.zip |
[NO-JIRA] Update org.apache.mina:mina-core 2.2.2 -> 2.2.3
Diffstat (limited to 'sonar-testing-ldap')
-rw-r--r-- | sonar-testing-ldap/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-testing-ldap/build.gradle b/sonar-testing-ldap/build.gradle index 06cf0b5bd7f..7cbb18d3fad 100644 --- a/sonar-testing-ldap/build.gradle +++ b/sonar-testing-ldap/build.gradle @@ -5,7 +5,7 @@ sonar { } dependencies { - api 'org.apache.mina:mina-core:2.2.2' + api 'org.apache.mina:mina-core:2.2.3' implementation ('org.apache.directory.server:apacheds-server-integ:2.0.0.AM26') { exclude group: 'log4j', module: 'log4j' } |