Skip to content

Commit

Permalink
Bump logback to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dancc authored and dancc committed Oct 12, 2017
1 parent 569ae08 commit 01bc72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ dependencies {
testCompile ('org.assertj:assertj-core:3.8.0')
testCompile ('com.squareup.okhttp:mockwebserver:2.7.5')
testCompile ('org.apache.jclouds.driver:jclouds-slf4j:2.0.2')
testCompile ('ch.qos.logback:logback-core:1.2.1')
testCompile ('ch.qos.logback:logback-classic:1.2.1')
testCompile ('ch.qos.logback:logback-core:1.2.3')
testCompile ('ch.qos.logback:logback-classic:1.2.3')
}

ext.compatibilityVersion = '1.7'
Expand Down

0 comments on commit 01bc72b

Please sign in to comment.