From ff9c534729da4bb29e2d8ea83281a1689494825f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:07:57 +0000 Subject: [PATCH] Bump com.formdev:flatlaf-jide-oss from 3.2 to 3.7.1 Bumps [com.formdev:flatlaf-jide-oss](https://github.com/JFormDesigner/FlatLaf) from 3.2 to 3.7.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.2...3.7.1) --- updated-dependencies: - dependency-name: com.formdev:flatlaf-jide-oss dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- launcher/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/launcher/build.gradle b/launcher/build.gradle index afc33eff..1f5686fb 100644 --- a/launcher/build.gradle +++ b/launcher/build.gradle @@ -8,10 +8,10 @@ dependencies { implementation 'io.github.sanyarnd:app-locker:1.1.2' // Default theme - implementation 'com.formdev:flatlaf:3.2' - implementation 'com.formdev:flatlaf-extras:3.2' - implementation 'com.formdev:flatlaf-swingx:3.2' - implementation 'com.formdev:flatlaf-jide-oss:3.2' + implementation 'com.formdev:flatlaf:3.7.1' + implementation 'com.formdev:flatlaf-extras:3.7.1' + implementation 'com.formdev:flatlaf-swingx:3.7.1' + implementation 'com.formdev:flatlaf-jide-oss:3.7.1' implementation 'org.apache.commons:commons-imaging:1.0-alpha3'