Commit 9cd72fe1 authored by Skylot's avatar Skylot

update dependencies version

parent 476b2c37
...@@ -30,7 +30,7 @@ subprojects { ...@@ -30,7 +30,7 @@ subprojects {
} }
dependencies { dependencies {
compile 'org.slf4j:slf4j-api:1.7.5' compile 'org.slf4j:slf4j-api:1.7.6'
testCompile 'junit:junit:4.11' testCompile 'junit:junit:4.11'
testCompile 'org.mockito:mockito-core:1.9.5' testCompile 'org.mockito:mockito-core:1.9.5'
} }
......
...@@ -6,6 +6,7 @@ applicationName = 'jadx' ...@@ -6,6 +6,7 @@ applicationName = 'jadx'
dependencies { dependencies {
compile(project(':jadx-core')) compile(project(':jadx-core'))
compile 'com.beust:jcommander:1.30' compile 'com.beust:jcommander:1.30'
compile 'ch.qos.logback:logback-classic:1.1.1'
} }
startScripts { startScripts {
......
...@@ -5,8 +5,7 @@ mainClassName = "jadx.gui.JadxGUI" ...@@ -5,8 +5,7 @@ mainClassName = "jadx.gui.JadxGUI"
dependencies { dependencies {
compile(project(":jadx-core")) compile(project(":jadx-core"))
compile(project(":jadx-cli")) compile(project(":jadx-cli"))
compile 'com.fifesoft:rsyntaxtextarea:2.0.7' compile 'com.fifesoft:rsyntaxtextarea:2.5.0'
compile 'ch.qos.logback:logback-classic:1.0.13'
} }
startScripts { startScripts {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment