From 49b4079cd82dc24963f2e744e36aef175ec93755 Mon Sep 17 00:00:00 2001 From: Skylot Date: Sat, 20 Nov 2021 13:14:18 +0000 Subject: [PATCH] chore: update dependencies --- build.gradle | 4 ++-- jadx-cli/build.gradle | 2 +- jadx-gui/build.gradle | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 5dd220e8..6949f416 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 65cbfe65..0f92086b 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 aca5ad53..3b4aadcd 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' -- GitLab