chore: update dependencies
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ allprojects {
|
||||
implementation 'org.slf4j:slf4j-api:1.7.32'
|
||||
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.mockito:mockito-core:4.1.0'
|
||||
testImplementation 'org.assertj:assertj-core:3.21.0'
|
||||
|
||||
@@ -11,7 +11,7 @@ dependencies {
|
||||
runtimeOnly(project(':jadx-plugins:jadx-smali-input'))
|
||||
|
||||
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 {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id 'application'
|
||||
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'
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies {
|
||||
|
||||
implementation(project(":jadx-cli"))
|
||||
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 files('libs/jfontchooser-1.0.5.jar')
|
||||
|
||||
Reference in New Issue
Block a user