diff --git a/build.gradle.kts b/build.gradle.kts index ebcf05e..a1862ca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ mvgcorrector { dependencies { implementation("org.modelingvalue:immutable-collections:5.0.1-BRANCHED") - implementation("com.formdev:flatlaf:3.7") + implementation("com.formdev:flatlaf:3.7.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }