From f0c0bd859309d7b49dd0ee25b6ccdc31839a6e9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 06:36:06 +0000 Subject: [PATCH] build(deps): Bump com.formdev:flatlaf from 3.5.4 to 3.7.2 Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) from 3.5.4 to 3.7.2. - [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.5.4...3.7.2) --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-version: 3.7.2 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 3061d9d..1e39f36 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlin_coroutines_version" // Swing LookAndFeel - implementation "com.formdev:flatlaf:3.5.4" + implementation "com.formdev:flatlaf:3.7.2" // JLayer and MP3SPI for MP3 playback implementation "javazoom:jlayer:1.0.1"