Skip to content

Commit

Permalink
Restrict logback latest dep to non-alpha versions. (open-telemetry#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal authored Sep 5, 2020
1 parent 1217882 commit 8433ff9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ dependencies {
library group: 'ch.qos.logback', name: 'logback-classic', version: '1.0.0'

testImplementation project(':instrumentation:logback:logback-1.0.0:testing')

// 1.3+ contains breaking changes, check back after it stabilizes.
latestDepTestLibrary group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.+'
}

0 comments on commit 8433ff9

Please sign in to comment.