未验证 提交 37adce2e 编写于 作者: S Skylot

chore: update dependencies

上级 358cddd9
plugins { plugins {
id 'com.github.ben-manes.versions' version '0.39.0' 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" ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
...@@ -39,13 +39,13 @@ allprojects { ...@@ -39,13 +39,13 @@ allprojects {
implementation 'org.slf4j:slf4j-api:1.7.32' implementation 'org.slf4j:slf4j-api:1.7.32'
compileOnly 'org.jetbrains:annotations:22.0.0' 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.hamcrest:hamcrest-library:2.2'
testImplementation 'org.mockito:mockito-core:3.12.1' testImplementation 'org.mockito:mockito-core:4.0.0'
testImplementation 'org.assertj:assertj-core:3.20.2' testImplementation 'org.assertj:assertj-core:3.21.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
testImplementation 'org.eclipse.jdt.core.compiler:ecj:4.6.1' testImplementation 'org.eclipse.jdt.core.compiler:ecj:4.6.1'
testCompileOnly 'org.jetbrains:annotations:22.0.0' testCompileOnly 'org.jetbrains:annotations:22.0.0'
......
...@@ -10,7 +10,7 @@ dependencies { ...@@ -10,7 +10,7 @@ dependencies {
runtimeOnly(project(':jadx-plugins:jadx-smali-input')) runtimeOnly(project(':jadx-plugins:jadx-smali-input'))
implementation 'com.beust:jcommander:1.81' 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 { application {
......
plugins { plugins {
id 'application' id 'application'
id 'edu.sc.seis.launch4j' version '2.5.0' id 'edu.sc.seis.launch4j' version '2.5.1'
id 'com.github.johnrengelman.shadow' version '7.0.0' id 'com.github.johnrengelman.shadow' version '7.1.0'
} }
dependencies { dependencies {
...@@ -9,17 +9,17 @@ dependencies { ...@@ -9,17 +9,17 @@ dependencies {
implementation(project(":jadx-cli")) implementation(project(":jadx-cli"))
implementation 'com.beust:jcommander:1.81' 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 'com.fifesoft:rsyntaxtextarea:3.1.3'
implementation files('libs/jfontchooser-1.0.5.jar') implementation files('libs/jfontchooser-1.0.5.jar')
implementation 'hu.kazocsaba:image-viewer:1.2.3' implementation 'hu.kazocsaba:image-viewer:1.2.3'
implementation 'com.formdev:flatlaf:1.5' implementation 'com.formdev:flatlaf:1.6.1'
implementation 'com.formdev:flatlaf-intellij-themes:1.5' implementation 'com.formdev:flatlaf-intellij-themes:1.6.1'
implementation 'com.formdev:flatlaf-extras:1.5' implementation 'com.formdev:flatlaf-extras:1.6.1'
implementation 'com.formdev:svgSalamander:1.1.2.4' 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 'com.google.code.gson:gson:2.8.8'
implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'org.apache.commons:commons-lang3:3.12.0'
......
...@@ -7,7 +7,7 @@ dependencies { ...@@ -7,7 +7,7 @@ dependencies {
implementation(project(":jadx-plugins:jadx-dex-input")) implementation(project(":jadx-plugins:jadx-dex-input"))
implementation(files('lib/dx-1.16.jar')) 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' implementation 'org.ow2.asm:asm:9.2'
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册