Browse Source

SONAR-22043 Update logback dependency to 1.5.3

tags/10.5.0.89998
Julien HENRY 4 weeks ago
parent
commit
ef0cf89ecc
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      build.gradle

+ 3
- 2
build.gradle View File

@@ -285,11 +285,12 @@ subprojects {
dependency 'com.sonarsource.jcl:sonar-jcl-plugin:1.1.0.855'

// please keep this list alphabetically ordered
dependencySet(group: 'ch.qos.logback', version: '1.3.11') {
entry 'logback-access'
dependencySet(group: 'ch.qos.logback', version: '1.5.3') {
entry 'logback-classic'
entry 'logback-core'
}
// TODO switch to dependency 'ch.qos.logback.access:tomcat:2.0.1' when upgrading to Tomcat 10+
dependency 'ch.qos.logback:logback-access:1.3.14'
dependency('commons-beanutils:commons-beanutils:1.9.4') {
exclude 'commons-logging:commons-logging'
}

Loading…
Cancel
Save