diff --git a/jadx-core/build.gradle b/jadx-core/build.gradle index de70b03668a8c9dc38998cad1e7448d44035bbe3..dacb66f73bd2b0e40351e9d83fb7893e7cdc0b66 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 012291bad44ff5e7e2f412be6a0d616226380fd5..0454f0b74a26bb01c9603be9070d85b6d574a2e3 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'