JIDE: build using latest version of JIDE library com.formdev:jide-oss:3.7.11.1

This commit is contained in:
Karl Tauber
2021-03-20 19:19:33 +01:00
parent 891091cebc
commit 60486fd880
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ dependencies {
implementation( project( ":flatlaf-core" ) )
// use compileOnly() because there are various JIDE libraries available on Maven Central
compileOnly( "com.jidesoft:jide-oss:3.6.18" )
compileOnly( "com.formdev:jide-oss:3.7.11.1" )
}
java {

View File

@@ -38,7 +38,7 @@ dependencies {
implementation( "com.jgoodies:jgoodies-forms:1.9.0" )
implementation( "org.swinglabs.swingx:swingx-all:1.6.5-1" )
implementation( "org.swinglabs.swingx:swingx-beaninfo:1.6.5-1" )
implementation( "com.jidesoft:jide-oss:3.6.18" )
implementation( "com.formdev:jide-oss:3.7.11.1" )
implementation( "com.glazedlists:glazedlists:1.11.0" )
implementation( "org.netbeans.api:org-openide-awt:RELEASE112" )