Skip to content

Commit

Permalink
build(logback): Update dependency
Browse files Browse the repository at this point in the history
set versions without vulnerabilities
  • Loading branch information
christianbuon committed May 4, 2024
1 parent ef3a3a6 commit f2bfa3e
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.0'
api group: 'ch.qos.logback', name: 'logback-core', version: '1.5.0'
}

0 comments on commit f2bfa3e

Please sign in to comment.