From 1471a808211a5c9e590df3442889c5d176385491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 23:14:31 +0000 Subject: [PATCH] Bump com.formdev:flatlaf from 3.4 to 3.4.1 Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) from 3.4 to 3.4.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.4...3.4.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 11e8588..735782c 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ repositories { dependencies { include "net.raphimc:NoteBlockLib:2.0.6" - include "com.formdev:flatlaf:3.4" + include "com.formdev:flatlaf:3.4.1" include "net.lenni0451.commons:swing:1.5.0" include "org.lwjgl:lwjgl:3.3.3" include "org.lwjgl:lwjgl-openal:3.3.3"