diff --git a/build.gradle b/build.gradle index 6602436c..139a5185 100644 --- a/build.gradle +++ b/build.gradle @@ -131,7 +131,7 @@ dependencies { def lwjglPlatform = "${lwjglOs}${lwjglArch.isEmpty() ? '' : '-'}${lwjglArch}" implementation 'commons-cli:commons-cli:1.8.0' - implementation 'com.formdev:flatlaf:3.5' + implementation 'com.formdev:flatlaf:3.5.1' implementation("com.github.hypfvieh:dbus-java-core:$dbusJavaVersion") { exclude group: 'org.slf4j', module: 'slf4j-api' } implementation("com.github.hypfvieh:dbus-java-transport-native-unixsocket:$dbusJavaVersion") { exclude group: 'org.slf4j', module: 'slf4j-api' } implementation('org.hid4java:hid4java:0.8.0') { exclude module: 'jna' }