未验证 提交 258987b0 编写于 作者: S Skylot

chore: update dependencies

上级 a6a734c7
plugins { plugins {
id 'com.github.ben-manes.versions' version '0.42.0' id 'com.github.ben-manes.versions' version '0.42.0'
id 'com.diffplug.spotless' version '6.9.1' id 'com.diffplug.spotless' version '6.10.0'
} }
ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev" ext.jadxVersion = System.getenv('JADX_VERSION') ?: "dev"
...@@ -26,10 +26,10 @@ allprojects { ...@@ -26,10 +26,10 @@ allprojects {
} }
dependencies { dependencies {
implementation 'org.slf4j:slf4j-api:1.7.36' implementation 'org.slf4j:slf4j-api:2.0.0'
compileOnly 'org.jetbrains:annotations:23.0.0' compileOnly 'org.jetbrains:annotations:23.0.0'
testImplementation 'ch.qos.logback:logback-classic:1.2.11' testImplementation 'ch.qos.logback:logback-classic:1.3.0'
testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'org.mockito:mockito-core:4.7.0' testImplementation 'org.mockito:mockito-core:4.7.0'
testImplementation 'org.assertj:assertj-core:3.23.1' testImplementation 'org.assertj:assertj-core:3.23.1'
......
...@@ -11,7 +11,7 @@ dependencies { ...@@ -11,7 +11,7 @@ dependencies {
runtimeOnly(project(':jadx-plugins:jadx-smali-input')) runtimeOnly(project(':jadx-plugins:jadx-smali-input'))
implementation 'com.beust:jcommander:1.82' implementation 'com.beust:jcommander:1.82'
implementation 'ch.qos.logback:logback-classic:1.2.11' implementation 'ch.qos.logback:logback-classic:1.3.0'
} }
application { application {
......
...@@ -9,7 +9,7 @@ dependencies { ...@@ -9,7 +9,7 @@ dependencies {
implementation(project(':jadx-core')) implementation(project(':jadx-core'))
implementation(project(":jadx-cli")) implementation(project(":jadx-cli"))
implementation 'com.beust:jcommander:1.82' implementation 'com.beust:jcommander:1.82'
implementation 'ch.qos.logback:logback-classic:1.2.11' implementation 'ch.qos.logback:logback-classic:1.3.0'
implementation 'com.fifesoft:rsyntaxtextarea:3.2.0' implementation 'com.fifesoft:rsyntaxtextarea:3.2.0'
implementation files('libs/jfontchooser-1.0.5.jar') implementation files('libs/jfontchooser-1.0.5.jar')
......
...@@ -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('com.jakewharton.android.repackaged:dalvik-dx:11.0.0_r3') implementation('com.jakewharton.android.repackaged:dalvik-dx:11.0.0_r3')
implementation('com.android.tools:r8:3.3.28') implementation('com.android.tools:r8:3.3.75')
implementation 'org.ow2.asm:asm:9.3' implementation 'org.ow2.asm:asm:9.3'
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册