Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Jan 5, 2017
1 parent 2a51a1a commit 561e964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -58,16 +58,16 @@ dependencies {
testCompile 'org.mockito:mockito-core:2.1.0'

compile 'args4j:args4j:2.33'
compile 'org.slf4j:slf4j-api:1.7.21'
compile 'ch.qos.logback:logback-classic:1.1.7'
compile 'org.slf4j:slf4j-api:1.7.22'
compile 'ch.qos.logback:logback-classic:1.1.8'
compile 'com.miglayout:miglayout-swing:5.0'
compile 'org.jdesktop.bsaf:bsaf:1.9.2'
compile ':sbbi-upnplib:1.0.4'
compile 'org.fourthline.cling:cling-support:2.1.1'
compile 'org.bitlet:weupnp:0.1.4'

runtime 'commons-jxpath:commons-jxpath:1.1' // sbbi
compile 'org.slf4j:jul-to-slf4j:1.7.21'
compile 'org.slf4j:jul-to-slf4j:1.7.22'
}

license {
Expand Down

0 comments on commit 561e964

Please sign in to comment.