From 631591124f73f628a9f5e4b22dc8e3e8440bade6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:44:17 +0000 Subject: [PATCH] Bump com.formdev:flatlaf-extras from 3.3 to 3.4 Bumps [com.formdev:flatlaf-extras](https://github.com/JFormDesigner/FlatLaf) from 3.3 to 3.4. - [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) --- 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..a22d1f0224 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' implementation 'com.github.weisj:jsvg:1.4.0' implementation 'com.formdev:flatlaf-jide-oss:3.3'