From 3dd0049d8256291a01ab82971e06bc91be828727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:41:18 +0000 Subject: [PATCH] Build(deps): bump com.formdev:flatlaf from 3.5.1 to 3.5.2 Bumps [com.formdev:flatlaf](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 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 4e0173a3a..74695088d 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { // https://mvnrepository.com/artifact/com.github.cliftonlabs/json-simple implementation 'com.github.cliftonlabs:json-simple:4.0.1' // https://mvnrepository.com/artifact/com.formdev/flatlaf - implementation 'com.formdev:flatlaf:3.5.1' + implementation 'com.formdev:flatlaf:3.5.2' // https://mvnrepository.com/artifact/de.sciss/syntaxpane implementation 'de.sciss:syntaxpane:1.3.0' // https://mvnrepository.com/artifact/info.picocli/picocli