From b745b3112ae6c9bddf6cf15fdca809ebe482d9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:04:23 +0000 Subject: [PATCH] build(deps): bump com.formdev:flatlaf from 3.5.3 to 3.5.4 (#133) Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) from 3.5.3 to 3.5.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.5.3...3.5.4) --- updated-dependencies: - dependency-name: com.formdev:flatlaf 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 c7d8dd8f..cd819710 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { // https://mvnrepository.com/artifact/org.jaudiolibs/audioservers-javasound implementation group: 'org.jaudiolibs', name: 'audioservers-javasound', version: '2.0.0' implementation 'com.google.code.gson:gson:2.11.0' - implementation 'com.formdev:flatlaf:3.5.3' + implementation 'com.formdev:flatlaf:3.5.4' implementation group: 'org.ow2.asm', name: 'asm', version: '9.7.1' implementation group: 'org.ow2.asm', name: 'asm-commons', version: '9.7.1' implementation group: 'org.ow2.asm', name: 'asm-util', version: '9.7.1'