From 2c3ff58298bedcd156cc7b36261167c554911abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 14:00:16 +0000 Subject: [PATCH] Bump com.formdev:flatlaf-extras from 3.3 to 3.4.1 Bumps [com.formdev:flatlaf-extras](https://github.com/JFormDesigner/FlatLaf) from 3.3 to 3.4.1. - [Release notes](https://github.com/JFormDesigner/FlatLaf/releases) - [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md) - [Commits](https://github.com/JFormDesigner/FlatLaf/compare/3.3...3.4.1) --- updated-dependencies: - dependency-name: com.formdev:flatlaf-extras dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c76862707b..fe7e680c2c 100644 --- a/build.gradle +++ b/build.gradle @@ -429,7 +429,7 @@ dependencies { // themes implementation 'com.formdev:flatlaf:3.3' implementation 'com.formdev:flatlaf-intellij-themes:3.3' - implementation 'com.formdev:flatlaf-extras:3.3' + implementation 'com.formdev:flatlaf-extras:3.4.1' implementation 'com.github.weisj:jsvg:1.4.0' implementation 'com.formdev:flatlaf-jide-oss:3.3'