diff --git a/jadx-core/build.gradle b/jadx-core/build.gradle index de70b0366..dacb66f73 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 012291bad..0454f0b74 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'