diff --git a/build.gradle b/build.gradle index 967a190459..ecf3bb9203 100644 --- a/build.gradle +++ b/build.gradle @@ -394,11 +394,11 @@ dependencies { implementation 'com.thoughtworks.xstream:xstream:1.4.20' // themes - implementation 'com.formdev:flatlaf:3.4.1' - implementation 'com.formdev:flatlaf-intellij-themes:3.4.1' - implementation 'com.formdev:flatlaf-extras:3.4.1' + implementation 'com.formdev:flatlaf:3.5.4' + implementation 'com.formdev:flatlaf-intellij-themes:3.5.4' + implementation 'com.formdev:flatlaf-extras:3.5.4' implementation 'com.github.weisj:jsvg:1.4.0' - implementation 'com.formdev:flatlaf-jide-oss:3.4.1' + implementation 'com.formdev:flatlaf-jide-oss:3.5.4' // JS support for macros implementation group: 'org.graalvm.js', name: 'js', version: '21.2.0'