diff --git a/build.gradle.kts b/build.gradle.kts index 7130540..b515ccc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation("com.squareup.okhttp3:okhttp:4.12.0") implementation("com.google.code.gson:gson:2.11.0") - implementation("com.formdev:flatlaf:3.4.1") + implementation("com.formdev:flatlaf:3.5") 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")