chore: update dependencies

This commit is contained in:
Skylot
2021-11-20 13:14:18 +00:00
parent 0ffa1838a2
commit 49b4079cd8
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -39,9 +39,9 @@ allprojects {
implementation 'org.slf4j:slf4j-api:1.7.32'
compileOnly 'org.jetbrains:annotations:23.0.0'
testImplementation 'ch.qos.logback:logback-classic:1.2.6'
testImplementation 'ch.qos.logback:logback-classic:1.2.7'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
testImplementation 'org.mockito:mockito-core:4.0.0'
testImplementation 'org.mockito:mockito-core:4.1.0'
testImplementation 'org.assertj:assertj-core:3.21.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
+1 -1
View File
@@ -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.6'
implementation 'ch.qos.logback:logback-classic:1.2.7'
}
application {
+4 -4
View File
@@ -9,15 +9,15 @@ dependencies {
implementation(project(":jadx-cli"))
implementation 'com.beust:jcommander:1.81'
implementation 'ch.qos.logback:logback-classic:1.2.6'
implementation 'ch.qos.logback:logback-classic:1.2.7'
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.6.1'
implementation 'com.formdev:flatlaf-intellij-themes:1.6.1'
implementation 'com.formdev:flatlaf-extras:1.6.1'
implementation 'com.formdev:flatlaf:1.6.4'
implementation 'com.formdev:flatlaf-intellij-themes:1.6.4'
implementation 'com.formdev:flatlaf-extras:1.6.4'
implementation 'com.formdev:svgSalamander:1.1.2.4'
implementation 'com.google.code.gson:gson:2.8.9'