From 65f3a774faaa50135af4f59065b88c9c0bc1e755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 06:07:45 +0000 Subject: [PATCH] Bump flatlaf from 0.45 to 1.2 Bumps [flatlaf](https://github.com/JFormDesigner/FlatLaf) from 0.45 to 1.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/0.45...1.2) Signed-off-by: dependabot[bot] --- EOCV-Sim/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EOCV-Sim/build.gradle b/EOCV-Sim/build.gradle index 853821b..25ea5ff 100644 --- a/EOCV-Sim/build.gradle +++ b/EOCV-Sim/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' implementation 'io.github.classgraph:classgraph:4.8.94' - implementation 'com.formdev:flatlaf:0.45' + implementation 'com.formdev:flatlaf:1.2' implementation 'com.formdev:flatlaf-intellij-themes:0.45' implementation 'net.lingala.zip4j:zip4j:2.7.0'