From 66634ef870405df042ff1b2f539aa0d85d12c372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Nov 2021 16:01:13 +0000 Subject: [PATCH] Bump flatlaf from 1.6.1 to 1.6.4 Bumps [flatlaf](https://github.com/JFormDesigner/FlatLaf) from 1.6.1 to 1.6.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/1.6.1...1.6.4) --- updated-dependencies: - dependency-name: com.formdev:flatlaf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f147f12..59cfed4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation("com.google.code.gson:gson:2.8.9") - implementation("com.formdev:flatlaf:1.6.3") + implementation("com.formdev:flatlaf:1.6.4") implementation("io.ktor:ktor-client-gson:1.6.5") implementation("io.ktor:ktor-client-core:1.6.5")