From 4f4ccfa7d41e9315f4fc881ef80327565cc290eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 02:15:17 +0000 Subject: [PATCH] chore(deps): bump flatlaf from 3.6.1 to 3.6.2 Bumps `flatlaf` from 3.6.1 to 3.6.2. Updates `com.formdev:flatlaf` from 3.6.1 to 3.6.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.6.1...3.6.2) Updates `com.formdev:flatlaf-extras` from 3.6.1 to 3.6.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.6.1...3.6.2) Updates `com.formdev:flatlaf-swingx` from 3.6.1 to 3.6.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.6.1...3.6.2) --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.formdev:flatlaf-extras dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.formdev:flatlaf-swingx dependency-version: 3.6.2 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 24fc5f4..0dbeda8 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.6.1" +flatlaf = "3.6.2" kotlinx-serialization-json = "1.9.0" commons-codec = "1.19.0" commons-lang3 = "3.19.0"