Merge remote-tracking branch

'origin/GP-3645_upgrade_flatlaf_jar--SQUASHED' (Closes #5539)
This commit is contained in:
Ryan Kurtz 2023-10-17 12:44:42 -04:00
commit 097a71c2e2
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
MODULE FILE LICENSE: lib/flatlaf-2.6.jar Apache License 2.0
MODULE FILE LICENSE: lib/flatlaf-3.2.1.jar Apache License 2.0

View File

@ -26,7 +26,7 @@ eclipse.project.name = 'Framework Gui'
dependencies {
api project(':Generic')
api 'com.formdev:flatlaf:2.6'
api 'com.formdev:flatlaf:3.2.1'
compileOnly "junit:junit:4.12"