From 50548437eeeeb94c9fc55897eadbb159ced7b6cd Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 2 Feb 2021 00:10:27 -0800 Subject: Warning about driver upgrade --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0a482027b..83c762d4d 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ protobuf { dependencies { implementation "commons-codec:commons-codec:1.15" implementation "com.h2database:h2:1.4.200" - implementation "mysql:mysql-connector-java:8.0.21" + implementation "mysql:mysql-connector-java:8.0.21" // verify a bug fix implementation "org.postgresql:postgresql:42.2.18" implementation "com.microsoft.sqlserver:mssql-jdbc:9.2.0.jre8" implementation "com.zaxxer:HikariCP:4.0.1" -- cgit v1.2.3