Skip to content

Commit

Permalink
Update logback monorepo to v1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 6c1d90e commit f6d3c41
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 @@ -173,8 +173,8 @@ dependencyManagement {
dependencies {
dependency group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.75'
dependency group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.79'
dependency group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.12'
dependency group: 'ch.qos.logback', name: 'logback-core', version: '1.5.12'
dependency group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.13'
dependency group: 'ch.qos.logback', name: 'logback-core', version: '1.5.13'
// CVE-2018-10237 - Unbounded memory allocation
dependencySet(group: 'com.google.guava', version: '33.4.0-jre') {
entry 'guava'
Expand Down

0 comments on commit f6d3c41

Please sign in to comment.