diff --git a/build.gradle b/build.gradle index b3249fb704..025eef30d5 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.3' - implementation 'com.formdev:flatlaf-intellij-themes:3.3' + 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.github.weisj:jsvg:1.4.0' - implementation 'com.formdev:flatlaf-jide-oss:3.3' + implementation 'com.formdev:flatlaf-jide-oss:3.4.1' // JS support for macros implementation group: 'org.graalvm.js', name: 'js', version: '21.2.0'