summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonnie Rap <info@rap-solutions.nl>2020-04-12 12:41:17 +0200
committerRonnie Rap <info@rap-solutions.nl>2020-04-12 12:41:17 +0200
commit1ceab47849236f22ac5d66bed10dfa82859ccc71 (patch)
treec5abbd4077763b1243fab57946f830c8e6ddef38
parentc1c3b9b04bd7f6f67a6f4014704ff6e5dca50e1f (diff)
downloadBedrockConnect-1ceab47849236f22ac5d66bed10dfa82859ccc71.tar.gz
BedrockConnect-1ceab47849236f22ac5d66bed10dfa82859ccc71.tar.bz2
BedrockConnect-1ceab47849236f22ac5d66bed10dfa82859ccc71.zip
Update MySQL Connector version to v8 (which is still compatible with v5.6 and v5.7)
-rw-r--r--serverlist-server/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverlist-server/pom.xml b/serverlist-server/pom.xml
index bf316c2..094b5da 100644
--- a/serverlist-server/pom.xml
+++ b/serverlist-server/pom.xml
@@ -159,7 +159,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.17</version>
+ <version>8.0.19</version>
<type>jar</type>
<scope>compile</scope>
</dependency>