diff --git a/build.gradle b/build.gradle index 2360e31..0fcef29 100644 --- a/build.gradle +++ b/build.gradle @@ -40,20 +40,19 @@ dependencies { // Use JUnit test framework - testImplementation 'junit:junit:4.+' + testImplementation 'junit:junit:4.12' - implementation 'org.json:json:20190722' implementation group: 'commons-io', name: 'commons-io', version: '2.5' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.11.0.rc1' implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.11.0.rc1' implementation group: 'org.jdom', name: 'jdom2', version: '2.0.6' - implementation group: 'com.esotericsoftware.yamlbeans', name: 'yamlbeans', version: '1.08' + implementation group: 'com.formdev', name: 'flatlaf', version: '0.45' implementation group: 'com.github.weisj', name: 'darklaf-core', version: '2.7.2' - implementation group: 'com.github.iconloader', name: 'icon-loader', version: '0.0.3' + //implementation group: 'com.github.iconloader', name: 'icon-loader', version: '0.0.3' - implementation 'com.github.APN-Pucky:GitJarUpdate:0.0.+' + implementation 'com.github.APN-Pucky:GitJarUpdate:0.0.9' }