From 91d13e6dd271b86f0fd8115a6757881efedf50a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:54:17 +0000 Subject: [PATCH] chore(deps): bump flatlaf from 3.7 to 3.7.1 Bumps `flatlaf` from 3.7 to 3.7.1. Updates `com.formdev:flatlaf` from 3.7 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.7...3.7.1) Updates `com.formdev:flatlaf-extras` from 3.7 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.7...3.7.1) Updates `com.formdev:flatlaf-swingx` from 3.7 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.7...3.7.1) --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.formdev:flatlaf-extras dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.formdev:flatlaf-swingx dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ba61dfe..b75276b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ slf4j = "2.0.17" pty4j = "0.13.10" tinylog = "2.7.0" kotlinx-coroutines = "1.10.2" -flatlaf = "3.7" +flatlaf = "3.7.1" kotlinx-serialization-json = "1.9.0" commons-codec = "1.21.0" commons-lang3 = "3.20.0"