From bf42b1286472d6f66fb8e7b287abad867b3ee485 Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Thu, 10 Nov 2016 23:43:19 +0700 Subject: configuration updated: mysql jdbc driver updated to 5.1.40; commons-logging is excluded from build --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 29598f34..2b29ec0f 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { testCompile 'ch.vorburger.mariaDB4j:mariaDB4j:2.1.3' testCompile 'org.slf4j:slf4j-api:1.7.21' testCompile 'junit:junit:4.12' - testRuntime 'mysql:mysql-connector-java:5.1.39' + testRuntime 'mysql:mysql-connector-java:5.1.40' } compileJava.options.encoding = 'UTF-8' -- cgit v1.2.3