Skip to content

Commit

Permalink
Upgrade logback dependencies to 1.5.1
Browse files Browse the repository at this point in the history
This will address security vulnerabilities present in previous versions
  • Loading branch information
alif committed May 6, 2024
1 parent ef3a3a6 commit 19d9ac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rollbar-logback/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api project(':rollbar-java')

api group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
api group: 'ch.qos.logback', name: 'logback-core', version: '1.2.3'
}
api group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.1'
api group: 'ch.qos.logback', name: 'logback-core', version: '1.5.1'
}

0 comments on commit 19d9ac1

Please sign in to comment.