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

chore: update dependencies

上级 63f7ce20
...@@ -39,7 +39,7 @@ allprojects { ...@@ -39,7 +39,7 @@ allprojects {
implementation 'org.slf4j:slf4j-api:1.7.32' implementation 'org.slf4j:slf4j-api:1.7.32'
compileOnly 'org.jetbrains:annotations:23.0.0' compileOnly 'org.jetbrains:annotations:23.0.0'
testImplementation 'ch.qos.logback:logback-classic:1.2.7' testImplementation 'ch.qos.logback:logback-classic:1.2.8'
testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'org.mockito:mockito-core:4.1.0' testImplementation 'org.mockito:mockito-core:4.1.0'
testImplementation 'org.assertj:assertj-core:3.21.0' testImplementation 'org.assertj:assertj-core:3.21.0'
......
...@@ -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.81' implementation 'com.beust:jcommander:1.81'
implementation 'ch.qos.logback:logback-classic:1.2.7' implementation 'ch.qos.logback:logback-classic:1.2.8'
} }
application { application {
......
plugins { plugins {
id 'application' id 'application'
id 'edu.sc.seis.launch4j' version '2.5.1' id 'edu.sc.seis.launch4j' version '2.5.1'
id 'com.github.johnrengelman.shadow' version '7.1.0' id 'com.github.johnrengelman.shadow' version '7.1.1'
id 'org.beryx.runtime' version '1.12.7' id 'org.beryx.runtime' version '1.12.7'
} }
...@@ -10,7 +10,7 @@ dependencies { ...@@ -10,7 +10,7 @@ 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.7' implementation 'ch.qos.logback:logback-classic:1.2.8'
implementation 'com.fifesoft:rsyntaxtextarea:3.1.4' implementation 'com.fifesoft:rsyntaxtextarea:3.1.4'
implementation files('libs/jfontchooser-1.0.5.jar') implementation files('libs/jfontchooser-1.0.5.jar')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册