Skip to content

Commit

Permalink
Update Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent d88e300 commit be5c67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ dependencyManagement {
}

//CVE-2023-6378, CVE-2023-6481
dependencySet(group: 'ch.qos.logback', version: '1.2.13') {
dependencySet(group: 'ch.qos.logback', version: '1.5.10') {
entry 'logback-core'
entry 'logback-classic'
}
Expand Down Expand Up @@ -340,7 +340,7 @@ dependencies {

implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '8.0'

implementation group: 'com.github.hmcts', name: 'java-logging', version: '6.0.1'
implementation group: 'com.github.hmcts', name: 'java-logging', version: '6.1.6'
implementation group: 'com.github.hmcts', name: 'doc-assembly-client', version: '1.07'
implementation group: 'com.github.hmcts', name: 'ccd-case-document-am-client', version: '1.7.3'
//remove when secure doc store is live
Expand Down

0 comments on commit be5c67f

Please sign in to comment.