From d2bef108f51d96665a7cadb7923a99e71cf35c26 Mon Sep 17 00:00:00 2001 From: Skylot Date: Sat, 19 Mar 2022 18:52:44 +0000 Subject: [PATCH] chore: update dependencies --- jadx-core/build.gradle | 2 +- jadx-gui/build.gradle | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jadx-core/build.gradle b/jadx-core/build.gradle index de70b036..dacb66f7 100644 --- a/jadx-core/build.gradle +++ b/jadx-core/build.gradle @@ -20,7 +20,7 @@ dependencies { testRuntimeOnly(project(':jadx-plugins:jadx-java-input')) testRuntimeOnly(project(':jadx-plugins:jadx-raung-input')) - testImplementation 'org.eclipse.jdt:ecj:3.28.0' + testImplementation 'org.eclipse.jdt:ecj:3.29.0' testImplementation 'tools.profiler:async-profiler:1.8.3' } diff --git a/jadx-gui/build.gradle b/jadx-gui/build.gradle index 012291ba..0454f0b7 100644 --- a/jadx-gui/build.gradle +++ b/jadx-gui/build.gradle @@ -12,13 +12,13 @@ dependencies { implementation 'com.beust:jcommander:1.82' implementation 'ch.qos.logback:logback-classic:1.2.11' - implementation 'com.fifesoft:rsyntaxtextarea:3.1.6' + implementation 'com.fifesoft:rsyntaxtextarea:3.2.0' implementation files('libs/jfontchooser-1.0.5.jar') implementation 'hu.kazocsaba:image-viewer:1.2.3' - implementation 'com.formdev:flatlaf:2.0.2' - implementation 'com.formdev:flatlaf-intellij-themes:2.0.2' - implementation 'com.formdev:flatlaf-extras:2.0.2' + implementation 'com.formdev:flatlaf:2.1' + implementation 'com.formdev:flatlaf-intellij-themes:2.1' + implementation 'com.formdev:flatlaf-extras:2.1' implementation 'com.formdev:svgSalamander:1.1.3' implementation 'com.google.code.gson:gson:2.9.0' -- GitLab