From a7a31d1ef31b3711cf97f4fad53c0ce7a21e58a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 05:00:34 +0000 Subject: [PATCH] Bump com.formdev:flatlaf from 3.2 to 3.2.1 Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) from 3.2 to 3.2.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.2...3.2.1) --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1812a40..cebe16c 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,7 @@ dependencies { } include "com.google.code.gson:gson:2.10.1" - include "com.formdev:flatlaf:3.2" + include "com.formdev:flatlaf:3.2.1" include "com.google.guava:guava:32.1.2-jre" include "org.apache.commons:commons-lang3:3.13.0" include "commons-io:commons-io:2.13.0"