From 08e2732ea1a9d1dd4c4faab79f2b2448ba2b67ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 18:00:27 +0000 Subject: [PATCH] Bump com.formdev:flatlaf from 3.2.1 to 3.2.2 Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) from 3.2.1 to 3.2.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.2.1...3.2.2) --- 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 46894532..b494a01a 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,7 @@ dependencies { def lwjglPlatform = "${lwjglOs}${lwjglArch.isEmpty() ? '' : '-'}${lwjglArch}" implementation "commons-cli:commons-cli:$commonsCliVersion" - implementation 'com.formdev:flatlaf:3.2.1' + implementation 'com.formdev:flatlaf:3.2.2' implementation("com.github.gary-rowe:hid4java:$hid4javaVersion") { exclude module: 'jna' } implementation "com.github.strikerx3:jxinput:$jxinputVersion" implementation 'com.google.code.gson:gson:2.10.1'