Skip to content

Commit

Permalink
Update Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 79fbbc6 commit e757cb8
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 @@ -229,7 +229,7 @@ dependencies {

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

implementation group: 'com.github.hmcts', name: 'java-logging', version: '6.1.6'
implementation group: 'com.github.hmcts', name: 'java-logging', version: '6.1.7'
implementation group: 'com.github.hmcts', name: 'ccd-client', version: '5.0.3'

implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.0.3'
Expand Down Expand Up @@ -305,7 +305,7 @@ dependencyManagement {
dependency group: 'org.springframework.security', name: 'spring-security-rsa', version: '1.1.1'

//CVE-2023-6378, CVE-2023-6481
dependencySet(group: 'ch.qos.logback', version: '1.2.13') {
dependencySet(group: 'ch.qos.logback', version: '1.5.12') {
entry 'logback-core'
entry 'logback-classic'
}
Expand Down

0 comments on commit e757cb8

Please sign in to comment.