From cce6022366cd4a23b9a716814dd89639b2c79713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 09:24:58 +0000 Subject: [PATCH] Bump com.formdev:flatlaf from 3.7 to 3.7.1 Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/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) --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ebcf05e..a1862ca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ mvgcorrector { dependencies { implementation("org.modelingvalue:immutable-collections:5.0.1-BRANCHED") - implementation("com.formdev:flatlaf:3.7") + implementation("com.formdev:flatlaf:3.7.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }