Skip to content

Commit

Permalink
Revert "build(logback): Update dependency"
Browse files Browse the repository at this point in the history
This reverts commit f2bfa3e.
  • Loading branch information
christianbuon committed May 11, 2024
1 parent 192ce8a commit 9a038c2
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.5.0'
api group: 'ch.qos.logback', name: 'logback-core', version: '1.5.0'
}
api group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
api group: 'ch.qos.logback', name: 'logback-core', version: '1.2.3'
}

0 comments on commit 9a038c2

Please sign in to comment.