From 6a6ced4a663a7d504289c8a2569fee4c521cc821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 04:33:04 +0000 Subject: [PATCH] Bump com.formdev:flatlaf from 3.3 to 3.4 Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) from 3.3 to 3.4. - [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.3...3.4) --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0cc8f88..1a8c5a8 100644 --- a/build.gradle +++ b/build.gradle @@ -68,8 +68,8 @@ dependencies { } include "com.google.code.gson:gson:2.10.1" - include "com.formdev:flatlaf:3.3" - include "com.formdev:flatlaf-extras:3.3" + include "com.formdev:flatlaf:3.4" + include "com.formdev:flatlaf-extras:3.4" include "org.apache.commons:commons-lang3:3.14.0" include "commons-io:commons-io:2.15.1" include "net.sf.jopt-simple:jopt-simple:5.0.4"