提交 99934b51 编写于 作者: S Skylot

chore: update dependencies

上级 ff5f6fca
......@@ -2,8 +2,8 @@ import com.diffplug.spotless.LineEnding
plugins {
id 'org.sonarqube' version '2.7.1'
id 'com.github.ben-manes.versions' version '0.21.0'
id "com.diffplug.gradle.spotless" version "3.23.1"
id 'com.github.ben-manes.versions' version '0.22.0'
id "com.diffplug.gradle.spotless" version "3.24.0"
}
ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
......@@ -35,14 +35,14 @@ allprojects {
}
dependencies {
compile 'org.slf4j:slf4j-api:1.7.26'
compile 'org.slf4j:slf4j-api:1.7.28'
testCompile 'ch.qos.logback:logback-classic:1.2.3'
testCompile 'org.hamcrest:hamcrest-library:2.1'
testCompile 'org.mockito:mockito-core:2.28.2'
testCompile 'org.mockito:mockito-core:3.0.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.5.1'
testCompile 'org.eclipse.jdt.core.compiler:ecj:4.6.1'
}
......
......@@ -8,8 +8,8 @@ dependencies {
compile 'org.jetbrains:annotations:17.0.0'
compile 'com.google.code.gson:gson:2.8.5'
compile 'org.smali:baksmali:2.2.7'
compile('org.smali:smali:2.2.7') {
compile 'org.smali:baksmali:2.3'
compile('org.smali:smali:2.3') {
exclude group: 'com.google.guava'
}
compile 'com.google.guava:guava:28.0-jre'
......
plugins {
id 'application'
id 'edu.sc.seis.launch4j' version '2.4.6'
id 'com.github.johnrengelman.shadow' version '5.0.0'
id 'com.github.johnrengelman.shadow' version '5.1.0'
}
dependencies {
......@@ -13,11 +13,11 @@ dependencies {
compile 'hu.kazocsaba:image-viewer:1.2.3'
compile 'org.apache.commons:commons-lang3:3.9'
compile 'org.apache.commons:commons-text:1.6'
compile 'org.apache.commons:commons-text:1.7'
compile 'io.reactivex.rxjava2:rxjava:2.2.10'
compile 'io.reactivex.rxjava2:rxjava:2.2.11'
compile "com.github.akarnokd:rxjava2-swing:0.3.7"
compile 'com.android.tools.build:apksig:3.4.1'
compile 'com.android.tools.build:apksig:3.4.2'
}
application {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册