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

This commit is contained in:
Karl Tauber
2021-06-29 22:58:42 +02:00
parent f1f7a2e7b6
commit 511dd02107
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,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.formdev:jide-oss:3.7.11.1" )
implementation( "com.formdev:jide-oss:3.7.12" )
implementation( "com.glazedlists:glazedlists:1.11.0" )
implementation( "org.netbeans.api:org-openide-awt:RELEASE112" )
}