diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2022-12-20 16:03:45 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-12-20 20:03:02 +0000 |
commit | 319708059746a69f08bf42d0e5a716e47df1fe8d (patch) | |
tree | ca8957b6323ea07debeca1349b8e9785d1a775bc | |
parent | 36184a8176e59ef40ec8f9f505562d462b1c6e37 (diff) | |
download | sonarqube-319708059746a69f08bf42d0e5a716e47df1fe8d.tar.gz sonarqube-319708059746a69f08bf42d0e5a716e47df1fe8d.zip |
[NO JIRA] Update org.slf4j dependency set to 1.7.36
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 42c80992994..1e6fc0a5299 100644 --- a/build.gradle +++ b/build.gradle @@ -334,7 +334,7 @@ subprojects { dependency('org.mockito:mockito-inline:4.10.0') dependency 'org.mybatis:mybatis:3.5.11' dependency 'org.nanohttpd:nanohttpd:2.3.1' - dependencySet(group: 'org.slf4j', version: '1.7.30') { + dependencySet(group: 'org.slf4j', version: '1.7.36') { entry 'jcl-over-slf4j' entry 'jul-to-slf4j' entry 'log4j-over-slf4j' |