提交 07cef6fd 编写于 作者: S Skylot

update dependencies versions

上级 aac041f9
......@@ -6,9 +6,9 @@ buildscript {
}
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 "com.github.ben-manes.versions" version "0.6"
// id "com.github.ben-manes.versions" version "0.7"
}
apply plugin: 'sonar-runner'
......@@ -41,18 +41,22 @@ subprojects {
}
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 'junit:junit:4.11'
testCompile 'org.mockito:mockito-core:1.10.13'
testCompile 'org.spockframework:spock-core:0.7-groovy-2.0'
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
testCompile 'org.spockframework:spock-core:1.0-groovy-2.3-SNAPSHOT'
testCompile 'cglib:cglib-nodep:3.1'
}
repositories {
mavenCentral()
mavenLocal()
jcenter()
maven {
url "http://oss.sonatype.org/content/repositories/snapshots/"
}
}
jacocoTestReport {
......
......@@ -5,7 +5,7 @@ applicationName = 'jadx'
dependencies {
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'
}
......
......@@ -5,7 +5,7 @@ mainClassName = "jadx.gui.JadxGUI"
dependencies {
compile(project(":jadx-core"))
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'
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册