From 722a4b6220745c72921abf543c0c6cefa074ed86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Oct 2021 13:43:09 +0000 Subject: [PATCH] Bump flatlaf from 1.5 to 1.6 Bumps [flatlaf](https://github.com/JFormDesigner/FlatLaf) from 1.5 to 1.6. - [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/1.5...1.6) --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 54ab6e5..4ce7b4a 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { include "com.google.code.gson:gson:2.8.8" include "com.github.zafarkhaja:jsemver:0.9.0" - include 'com.formdev:flatlaf:1.5' + include 'com.formdev:flatlaf:1.6' include "io.ktor:ktor-client-gson:1.6.4" include "io.ktor:ktor-client-core:1.6.3"