From 5e71bb95f06778c15b279083f0a8e02a79af8889 Mon Sep 17 00:00:00 2001 From: Seil0 Date: Sun, 20 Oct 2019 12:03:57 +0200 Subject: [PATCH] updated some libraries * openjfx 12.0.1 -> 12.0.2 * sqlite-jdbc 3.27.2.1 -> 3.28 * log4j 2.11.2 -> 2.12.1 --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 6eb6c17..825b9f6 100644 --- a/pom.xml +++ b/pom.xml @@ -27,19 +27,19 @@ org.openjfx javafx-controls - 12.0.1 + 12.0.2 org.openjfx javafx-fxml - 12.0.1 + 12.0.2 org.openjfx javafx-media - 12.0.1 + 12.0.2 @@ -63,19 +63,19 @@ org.xerial sqlite-jdbc - 3.27.2.1 + 3.28.0 org.apache.logging.log4j log4j-api - 2.11.2 + 2.12.1 org.apache.logging.log4j log4j-core - 2.11.2 + 2.12.1 @@ -85,7 +85,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.0 + 3.8.1 11 11