From 8f6832c1472598eb6ab92503231a02ed1ef9b6c1 Mon Sep 17 00:00:00 2001 From: Seil0 Date: Sat, 8 Sep 2018 13:16:43 +0200 Subject: [PATCH] updated some libraries * jfoenix 9.0.5 -> 9.0.6 * log4j 2.11.0 -> 2.11.1 * maven-compiler-plugin 3.7.0 -> 3.8.0 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index cda8a69..72319b0 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ com.jfoenix jfoenix - 9.0.5 + 9.0.6 @@ -50,13 +50,13 @@ org.apache.logging.log4j log4j-api - 2.11.0 + 2.11.1 org.apache.logging.log4j log4j-core - 2.11.0 + 2.11.1 @@ -66,7 +66,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.7.0 + 3.8.0 9 9