From 3e5fe6c91293347ab829bb2ccd58d069e2f4983a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 00:27:02 +0000 Subject: [PATCH] Bump com.formdev:flatlaf from 3.5 to 3.5.1 Bumps [com.formdev:flatlaf](https://github.com/JFormDesigner/FlatLaf) from 3.5 to 3.5.1. - [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.5.1) --- 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 cbdb7df1..d004cd8f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { implementation("com.squareup.okhttp3:okhttp:4.12.0") implementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.12.0") implementation("com.google.code.gson:gson:2.11.0") - implementation("com.formdev:flatlaf:3.5") + implementation("com.formdev:flatlaf:3.5.1") implementation("commons-io:commons-io:2.16.1") implementation("cn.hutool:hutool-crypto:5.8.29") implementation("org.java-websocket:Java-WebSocket:1.5.7")