From: Matteo Mara Date: Wed, 6 Sep 2023 13:05:12 +0000 (+0200) Subject: SONAR-20328 Update ch.qos.logback to 1.3.11 X-Git-Tag: 10.3.0.82913~468 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3ea641f48451d70bd26a6e0079a5bc1c28f37aad;p=sonarqube.git SONAR-20328 Update ch.qos.logback to 1.3.11 --- diff --git a/build.gradle b/build.gradle index b0ffaead285..d54e72887ea 100644 --- a/build.gradle +++ b/build.gradle @@ -270,7 +270,7 @@ subprojects { dependency 'org.sonarsource.text:sonar-text-plugin:2.3.0.1632' // please keep this list alphabetically ordered - dependencySet(group: 'ch.qos.logback', version: '1.3.8') { + dependencySet(group: 'ch.qos.logback', version: '1.3.11') { entry 'logback-access' entry 'logback-classic' entry 'logback-core'