diff --git a/build.gradle b/build.gradle index 5dd220e8b21526aa554ab2c27ecb2036b8163cae..6949f4165323fee3db5b54638c60845648303da4 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/jadx-cli/build.gradle b/jadx-cli/build.gradle index 65cbfe65e6b9f385bce0e17f1d0c595050fda12b..0f92086b5d9042177d5c824df9e7637d7b1a873d 100644 --- a/jadx-cli/build.gradle +++ b/jadx-cli/build.gradle @@ -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 { diff --git a/jadx-gui/build.gradle b/jadx-gui/build.gradle index aca5ad536c451255240415041cc0666f96458861..3b4aadcd14b693fc5c2bd9d52242f5c63457156c 100644 --- a/jadx-gui/build.gradle +++ b/jadx-gui/build.gradle @@ -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'