From eaa73ea12c39b72c3b4e7c47d66e71694f015ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 04:52:48 +0000 Subject: [PATCH] Bump com.formdev:flatlaf from 3.7.1 to 3.7.2 Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) from 3.7.1 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.7.1...3.7.2) --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-version: 3.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6802d29c..91b9c62b 100644 --- a/build.gradle +++ b/build.gradle @@ -59,8 +59,8 @@ dependencies { includeInJar "com.google.guava:guava:33.6.0-jre" includeInJar "com.google.code.gson:gson:2.14.0" - includeInJar "com.formdev:flatlaf:3.7.1" - includeInJar "com.formdev:flatlaf-extras:3.7.1" + includeInJar "com.formdev:flatlaf:3.7.2" + includeInJar "com.formdev:flatlaf-extras:3.7.2" includeInJar "org.apache.commons:commons-lang3:3.20.0" includeInJar "commons-io:commons-io:2.22.0" includeInJar "net.sf.jopt-simple:jopt-simple:5.0.4"