From a1f6c24bae2c6e5cdf80fb9b8dcd5d515ff1c7b2 Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Wed, 22 Mar 2017 12:00:35 +0100 Subject: [PATCH] updatet libraries to the newest versions --- LICENSE.md | 2 +- build.gradle | 24 +++++++++---------- .../ValidationEditorController.java | 4 ++-- .../ninja/javafx/smartcsv/fx/about/about.fxml | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index acf9c21..269e191 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ The MIT License (MIT) ------------------------------------------------------------------------------------------------------------------------ -Copyright (c) 2015-2016 Andreas Billmann +Copyright (c) 2015-2017 Andreas Billmann diff --git a/build.gradle b/build.gradle index 6022370..30172ea 100644 --- a/build.gradle +++ b/build.gradle @@ -37,19 +37,19 @@ repositories { dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3' - compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.4.7' - compile group: 'org.springframework', name:'spring-context', version: '4.3.1.RELEASE' + compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.4.10' + compile group: 'org.springframework', name:'spring-context', version: '4.3.7.RELEASE' compile group: 'net.sf.supercsv', name: 'super-csv', version: '2.4.0' - compile group: 'commons-validator', name: 'commons-validator', version: '1.5.1' - compile group: 'de.jensd', name: 'fontawesomefx-commons', version: '8.12' - compile group: 'de.jensd', name: 'fontawesomefx-fontawesome', version: '4.6.3' - compile group: 'de.jensd', name: 'fontawesomefx-materialdesignfont', version: '1.6.50' - compile group: 'de.jensd', name: 'fontawesomefx-materialicons', version: '2.2.0' - compile group: 'org.controlsfx', name: 'controlsfx', version: '8.40.11' - compile group: 'com.google.code.gson', name: 'gson', version: '2.7' - compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.6.2' - compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.6.2' - compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.6.10' + compile group: 'commons-validator', name: 'commons-validator', version: '1.6' + compile group: 'de.jensd', name: 'fontawesomefx-commons', version: '8.15' + compile group: 'de.jensd', name: 'fontawesomefx-fontawesome', version: '4.7.0-5' + compile group: 'de.jensd', name: 'fontawesomefx-materialdesignfont', version: '1.7.22-4' + compile group: 'de.jensd', name: 'fontawesomefx-materialicons', version: '2.2.0-5' + compile group: 'org.controlsfx', name: 'controlsfx', version: '8.40.12' + compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0' + compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.8.1' + compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.8.1' + compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.7-M3' } task wrapper(type: Wrapper) { diff --git a/src/main/java/ninja/javafx/smartcsv/fx/validation/ValidationEditorController.java b/src/main/java/ninja/javafx/smartcsv/fx/validation/ValidationEditorController.java index 90da42e..5c972ff 100644 --- a/src/main/java/ninja/javafx/smartcsv/fx/validation/ValidationEditorController.java +++ b/src/main/java/ninja/javafx/smartcsv/fx/validation/ValidationEditorController.java @@ -35,8 +35,8 @@ import ninja.javafx.smartcsv.fx.FXMLController; import ninja.javafx.smartcsv.validation.configuration.*; import org.fxmisc.richtext.CodeArea; import org.fxmisc.richtext.LineNumberFactory; -import org.fxmisc.richtext.StyleSpans; -import org.fxmisc.richtext.StyleSpansBuilder; +import org.fxmisc.richtext.model.StyleSpans; +import org.fxmisc.richtext.model.StyleSpansBuilder; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; diff --git a/src/main/resources/ninja/javafx/smartcsv/fx/about/about.fxml b/src/main/resources/ninja/javafx/smartcsv/fx/about/about.fxml index 3ff1900..a1865b5 100644 --- a/src/main/resources/ninja/javafx/smartcsv/fx/about/about.fxml +++ b/src/main/resources/ninja/javafx/smartcsv/fx/about/about.fxml @@ -92,7 +92,7 @@ -