From cae1173180ee7bd96ee4109b500779d30f886326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 02:16:52 +0000 Subject: [PATCH] chore(deps): bump flatlaf from 3.6.2 to 3.7 Bumps `flatlaf` from 3.6.2 to 3.7. Updates `com.formdev:flatlaf` from 3.6.2 to 3.7 - [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.2...3.7) Updates `com.formdev:flatlaf-extras` from 3.6.2 to 3.7 - [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.2...3.7) Updates `com.formdev:flatlaf-swingx` from 3.6.2 to 3.7 - [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.2...3.7) --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-version: '3.7' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.formdev:flatlaf-extras dependency-version: '3.7' dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.formdev:flatlaf-swingx dependency-version: '3.7' dependency-type: direct:production update-type: version-update:semver-minor ... 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 25691d0..36ac726 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.2" +flatlaf = "3.7" kotlinx-serialization-json = "1.9.0" commons-codec = "1.20.0" commons-lang3 = "3.20.0"