diff --git a/build.gradle b/build.gradle index 531f3d302..919cdd619 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.github.ksoichiro.console.reporter' version '0.5.0' id 'org.sonarqube' version '2.6.2' - id 'com.github.ben-manes.versions' version '0.17.0' + id 'com.github.ben-manes.versions' version '0.20.0' } ext.jadxVersion = file('version').readLines().get(0) @@ -41,9 +41,9 @@ allprojects { testCompile 'ch.qos.logback:logback-classic:1.2.3' testCompile 'junit:junit:4.12' testCompile 'org.hamcrest:hamcrest-library:1.3' - testCompile 'org.mockito:mockito-core:2.18.3' + testCompile 'org.mockito:mockito-core:2.20.1' testCompile 'org.spockframework:spock-core:1.1-groovy-2.4' - testCompile 'cglib:cglib-nodep:3.2.6' + testCompile 'cglib:cglib-nodep:3.2.7' } repositories { diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 91ca28c8b..0d4a95168 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 16d28051c..a95009c3b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/jadx-core/build.gradle b/jadx-core/build.gradle index 46471a649..fa09b5eda 100644 --- a/jadx-core/build.gradle +++ b/jadx-core/build.gradle @@ -9,8 +9,8 @@ dependencies { compile 'org.jetbrains:annotations:16.0.2' compile 'uk.com.robust-it:cloning:1.9.10' - testCompile 'org.smali:smali:2.2.3' - testCompile 'org.smali:baksmali:2.2.3' + testCompile 'org.smali:smali:2.2.4' + testCompile 'org.smali:baksmali:2.2.4' testCompile 'org.apache.commons:commons-lang3:3.7' } diff --git a/jadx-gui/build.gradle b/jadx-gui/build.gradle index caa5123db..ea2406e4b 100644 --- a/jadx-gui/build.gradle +++ b/jadx-gui/build.gradle @@ -17,8 +17,8 @@ dependencies { compile 'org.apache.commons:commons-lang3:3.7' - compile 'io.reactivex.rxjava2:rxjava:2.1.14' - compile "com.github.akarnokd:rxjava2-swing:0.2.13" + compile 'io.reactivex.rxjava2:rxjava:2.1.17' + compile "com.github.akarnokd:rxjava2-swing:0.2.16" } applicationDistribution.with {