From 186cdcfd8bef57fd611a6c4fca6659f91a6a519d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:03:59 +0000 Subject: [PATCH] Bump com.formdev:flatlaf from 2.+ to 3.2.2 Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) from 2.+ to 3.2.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/commits/3.2.2) --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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'