Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 8, 2016
1 parent 9cf6617 commit 7d0464c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ dependencies {
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:2.1.0'

compile 'args4j:args4j:2.32'
compile 'org.slf4j:slf4j-api:1.7.13'
compile 'ch.qos.logback:logback-classic:1.1.3'
compile 'args4j:args4j:2.33'
compile 'org.slf4j:slf4j-api:1.7.21'
compile 'ch.qos.logback:logback-classic:1.1.7'
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.0'
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.13'
compile 'org.slf4j:jul-to-slf4j:1.7.21'
}

license {
Expand Down

0 comments on commit 7d0464c

Please sign in to comment.