From 019731066b0f82a318feb1d6a4f04e45fe4cb784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:55:14 +0000 Subject: [PATCH] Bump com.formdev:flatlaf from 3.2.2 to 3.2.3 Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) from 3.2.2 to 3.2.3. - [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.2...3.2.3) --- 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 ee3bb975..ed58236a 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.2' + implementation 'com.formdev:flatlaf:3.2.3' 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'