From 218ecad329f956e84159f2ff5ff3cbf42dfca029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:41:34 +0200 Subject: [PATCH] Bump com.formdev:flatlaf-extras from 3.5.1 to 3.5.2 (#308) Bumps [com.formdev:flatlaf-extras](https://github.com/JFormDesigner/FlatLaf) from 3.5.1 to 3.5.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.5.1...3.5.2) --- updated-dependencies: - dependency-name: com.formdev:flatlaf-extras dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cfc432d..31631dd 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { include "com.google.code.gson:gson:2.11.0" include "com.formdev:flatlaf:3.5.1" - include "com.formdev:flatlaf-extras:3.5.1" + include "com.formdev:flatlaf-extras:3.5.2" include "org.apache.commons:commons-lang3:3.17.0" include "commons-io:commons-io:2.17.0" include "net.sf.jopt-simple:jopt-simple:5.0.4"