From 2b422c7c1b81b1c99237c687378e9fe950c8cd1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:59:01 +0100 Subject: [PATCH] Bump com.formdev:flatlaf from 2.+ to 3.2.5 (#74) Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) from 2.+ to 3.2.5. - [Release notes](https://github.com/JFormDesigner/FlatLaf/releases) - [Changelog](https://github.com/JFormDesigner/FlatLaf/blob/main/CHANGELOG.md) - [Commits](https://github.com/JFormDesigner/FlatLaf/commits/3.2.5) --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-type: direct:production ... 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 f83239b..533666a 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'org.codehaus.groovy:groovy:+' implementation 'org.codehaus.groovy:groovy-xml:+' implementation 'org.cip4.lib.jdf:JDFLibJ:2.1.7.+' - implementation 'com.formdev:flatlaf:2.+' + implementation 'com.formdev:flatlaf:3.+' implementation 'org.xhtmlrenderer:core-renderer:R8'