Commit 07cef6fd authored by Skylot's avatar Skylot

update dependencies versions

parent aac041f9
...@@ -6,9 +6,9 @@ buildscript { ...@@ -6,9 +6,9 @@ buildscript {
} }
plugins { plugins {
id "com.github.kt3k.coveralls" version "2.0.1" id "com.github.kt3k.coveralls" version "2.1.0"
id "info.solidsoft.pitest" version "1.1.1" id "info.solidsoft.pitest" version "1.1.1"
// id "com.github.ben-manes.versions" version "0.6" // id "com.github.ben-manes.versions" version "0.7"
} }
apply plugin: 'sonar-runner' apply plugin: 'sonar-runner'
...@@ -41,18 +41,22 @@ subprojects { ...@@ -41,18 +41,22 @@ subprojects {
} }
dependencies { dependencies {
compile 'org.slf4j:slf4j-api:1.7.7' compile 'org.slf4j:slf4j-api:1.7.10'
testCompile 'ch.qos.logback:logback-classic:1.1.2' testCompile 'ch.qos.logback:logback-classic:1.1.2'
testCompile 'junit:junit:4.11' testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.13' testCompile 'org.mockito:mockito-core:1.10.19'
testCompile 'org.spockframework:spock-core:0.7-groovy-2.0' testCompile 'org.spockframework:spock-core:1.0-groovy-2.3-SNAPSHOT'
testCompile 'cglib:cglib-nodep:3.1' testCompile 'cglib:cglib-nodep:3.1'
} }
repositories { repositories {
mavenCentral() mavenCentral()
mavenLocal()
jcenter() jcenter()
maven {
url "http://oss.sonatype.org/content/repositories/snapshots/"
}
} }
jacocoTestReport { jacocoTestReport {
......
...@@ -5,7 +5,7 @@ applicationName = 'jadx' ...@@ -5,7 +5,7 @@ applicationName = 'jadx'
dependencies { dependencies {
compile(project(':jadx-core')) compile(project(':jadx-core'))
compile 'com.beust:jcommander:1.35' compile 'com.beust:jcommander:1.47'
compile 'ch.qos.logback:logback-classic:1.1.2' compile 'ch.qos.logback:logback-classic:1.1.2'
} }
......
...@@ -5,7 +5,7 @@ mainClassName = "jadx.gui.JadxGUI" ...@@ -5,7 +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.5.4' compile 'com.fifesoft:rsyntaxtextarea:2.5.6'
compile 'com.google.code.gson:gson:2.3.1' compile 'com.google.code.gson:gson:2.3.1'
} }
......
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