lib: Upgrade mariadb connector from v1.3.6 to v1.5.5
To increase performance and use more options, upgrade MariaDB connector to v1.5.5 You can see available options and discussions: https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j
@67a2ec75fe016d66f332c49a03bdedf1f174f39e
--- build.sbt
+++ build.sbt
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 |
// Add your project dependencies here, |
16 | 16 |
"com.h2database" % "h2" % "1.3.176", |
17 | 17 |
// JDBC driver for mariadb |
18 |
- "org.mariadb.jdbc" % "mariadb-java-client" % "1.3.6", |
|
18 |
+ "org.mariadb.jdbc" % "mariadb-java-client" % "1.5.5", |
|
19 | 19 |
// Core Library |
20 | 20 |
"org.eclipse.jgit" % "org.eclipse.jgit" % "4.5.0.201609210915-r", |
21 | 21 |
// Smart HTTP Servlet |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?