Skip to content

Commit

Permalink
Update logback monorepo to v1.5.15 (#1737)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 9c58865 commit 425b290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '8.0'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.12'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.12'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.15'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.15'
implementation group: 'xerces', name: 'xercesImpl', version: '2.12.2'
implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.2'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ allprojects {
entry 'guava'
}

dependencySet(group: 'ch.qos.logback', version: '1.5.12') {
dependencySet(group: 'ch.qos.logback', version: '1.5.15') {
entry 'logback-core'
entry 'logback-classic'
}
Expand Down

0 comments on commit 425b290

Please sign in to comment.