Skip to content

Commit

Permalink
build(logback): downgrade to 1.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuon committed May 11, 2024
1 parent 2296344 commit 034259c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3.14'
api group: 'ch.qos.logback', name: 'logback-core', version: '1.3.14'
}

0 comments on commit 034259c

Please sign in to comment.