chore: update dependencies

This commit is contained in:
Skylot
2020-06-10 16:09:08 +01:00
parent 99569c52ac
commit a720105208
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
plugins {
id 'org.sonarqube' version '2.8'
id 'org.sonarqube' version '3.0'
id 'com.github.ben-manes.versions' version '0.28.0'
id "com.diffplug.gradle.spotless" version "3.28.1"
id "com.diffplug.gradle.spotless" version "4.5.0"
}
ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
@@ -39,7 +39,7 @@ allprojects {
testCompile 'ch.qos.logback:logback-classic:1.2.3'
testCompile 'org.hamcrest:hamcrest-library:2.2'
testCompile 'org.mockito:mockito-core:3.3.3'
testCompile 'org.assertj:assertj-core:3.15.0'
testCompile 'org.assertj:assertj-core:3.16.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
+1 -1
View File
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
+1 -1
View File
@@ -16,7 +16,7 @@ dependencies {
}
compile 'com.google.guava:guava:29.0-jre'
testCompile 'org.apache.commons:commons-lang3:3.9'
testCompile 'org.apache.commons:commons-lang3:3.10'
testRuntime(project(':jadx-plugins:jadx-dex-input'))
testRuntime(project(':jadx-plugins:jadx-java-convert'))
+2 -2
View File
@@ -1,7 +1,7 @@
plugins {
id 'application'
id 'edu.sc.seis.launch4j' version '2.4.6'
id 'com.github.johnrengelman.shadow' version '5.2.0'
id 'com.github.johnrengelman.shadow' version '6.0.0'
}
dependencies {
@@ -17,7 +17,7 @@ dependencies {
compile 'io.reactivex.rxjava2:rxjava:2.2.19'
compile "com.github.akarnokd:rxjava2-swing:0.3.7"
compile 'com.android.tools.build:apksig:3.6.3'
compile 'com.android.tools.build:apksig:4.0.0'
}
application {