chore: update dependencies
This commit is contained in:
+6
-6
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id 'com.github.ben-manes.versions' version '0.39.0'
|
||||
id 'com.diffplug.spotless' version '5.14.3'
|
||||
id 'com.diffplug.spotless' version '5.17.0'
|
||||
}
|
||||
|
||||
ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
|
||||
@@ -39,13 +39,13 @@ allprojects {
|
||||
implementation 'org.slf4j:slf4j-api:1.7.32'
|
||||
compileOnly 'org.jetbrains:annotations:22.0.0'
|
||||
|
||||
testImplementation 'ch.qos.logback:logback-classic:1.2.5'
|
||||
testImplementation 'ch.qos.logback:logback-classic:1.2.6'
|
||||
testImplementation 'org.hamcrest:hamcrest-library:2.2'
|
||||
testImplementation 'org.mockito:mockito-core:3.12.1'
|
||||
testImplementation 'org.assertj:assertj-core:3.20.2'
|
||||
testImplementation 'org.mockito:mockito-core:4.0.0'
|
||||
testImplementation 'org.assertj:assertj-core:3.21.0'
|
||||
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
|
||||
|
||||
testImplementation 'org.eclipse.jdt.core.compiler:ecj:4.6.1'
|
||||
testCompileOnly 'org.jetbrains:annotations:22.0.0'
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies {
|
||||
runtimeOnly(project(':jadx-plugins:jadx-smali-input'))
|
||||
|
||||
implementation 'com.beust:jcommander:1.81'
|
||||
implementation 'ch.qos.logback:logback-classic:1.2.5'
|
||||
implementation 'ch.qos.logback:logback-classic:1.2.6'
|
||||
}
|
||||
|
||||
application {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id 'application'
|
||||
id 'edu.sc.seis.launch4j' version '2.5.0'
|
||||
id 'com.github.johnrengelman.shadow' version '7.0.0'
|
||||
id 'edu.sc.seis.launch4j' version '2.5.1'
|
||||
id 'com.github.johnrengelman.shadow' version '7.1.0'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -9,17 +9,17 @@ dependencies {
|
||||
|
||||
implementation(project(":jadx-cli"))
|
||||
implementation 'com.beust:jcommander:1.81'
|
||||
implementation 'ch.qos.logback:logback-classic:1.2.5'
|
||||
implementation 'ch.qos.logback:logback-classic:1.2.6'
|
||||
|
||||
implementation 'com.fifesoft:rsyntaxtextarea:3.1.3'
|
||||
implementation files('libs/jfontchooser-1.0.5.jar')
|
||||
implementation 'hu.kazocsaba:image-viewer:1.2.3'
|
||||
|
||||
implementation 'com.formdev:flatlaf:1.5'
|
||||
implementation 'com.formdev:flatlaf-intellij-themes:1.5'
|
||||
implementation 'com.formdev:flatlaf-extras:1.5'
|
||||
implementation 'com.formdev:flatlaf:1.6.1'
|
||||
implementation 'com.formdev:flatlaf-intellij-themes:1.6.1'
|
||||
implementation 'com.formdev:flatlaf-extras:1.6.1'
|
||||
implementation 'com.formdev:svgSalamander:1.1.2.4'
|
||||
implementation 'org.reflections:reflections:0.9.12'
|
||||
implementation 'org.reflections:reflections:0.10.1'
|
||||
|
||||
implementation 'com.google.code.gson:gson:2.8.8'
|
||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||
|
||||
@@ -7,7 +7,7 @@ dependencies {
|
||||
|
||||
implementation(project(":jadx-plugins:jadx-dex-input"))
|
||||
implementation(files('lib/dx-1.16.jar'))
|
||||
implementation('com.android.tools:r8:2.2.64')
|
||||
implementation('com.android.tools:r8:3.0.73')
|
||||
|
||||
implementation 'org.ow2.asm:asm:9.2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user