diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md index 8ac7e371ed0..df7e42ae565 100644 --- a/LEGALNOTICE.md +++ b/LEGALNOTICE.md @@ -43,8 +43,8 @@ and subject to their respective licenses. | commons-logging-1.3.5.jar | Apache 2.0 | | commons-text-1.13.0.jar | Apache 2.0 | | ezmorph-1.0.6.jar | Apache 2.0 | -| flatlaf-3.6.1.jar | Apache 2.0 | -| flatlaf-swingx-3.6.1.jar | Apache 2.0 | +| flatlaf-3.6.2.jar | Apache 2.0 | +| flatlaf-swingx-3.6.2.jar | Apache 2.0 | | harlib-1.1.3.jar | Apache 2.0 | | hsqldb-2.7.4.jar | BSD | | jackson-core-asl-1.9.13.jar | Apache 2.0 | diff --git a/zap/zap.gradle.kts b/zap/zap.gradle.kts index ca0ff585886..0000eebc679 100644 --- a/zap/zap.gradle.kts +++ b/zap/zap.gradle.kts @@ -113,8 +113,8 @@ dependencies { api("org.jgrapht:jgrapht-core:0.9.0") api("org.swinglabs.swingx:swingx-all:1.6.5-1") - implementation("com.formdev:flatlaf:3.6.1") - implementation("com.formdev:flatlaf-swingx:3.6.1") + implementation("com.formdev:flatlaf:3.6.2") + implementation("com.formdev:flatlaf-swingx:3.6.2") runtimeOnly("commons-logging:commons-logging:1.3.5") runtimeOnly("xom:xom:1.3.9") {