Skip to content

Commit

Permalink
[rollbar-logback][build][SDK-315] Update dependency (#310)
Browse files Browse the repository at this point in the history
* build(logback): Update dependency

set versions without vulnerabilities
  • Loading branch information
christianbuon authored Sep 4, 2024
1 parent 1ad4cc0 commit a772ee2
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.3.14'
api group: 'ch.qos.logback', name: 'logback-core', version: '1.3.14'
}

0 comments on commit a772ee2

Please sign in to comment.