chore: update dependencies
This commit is contained in:
+2
-2
@@ -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'
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user