Skip to content

Commit

Permalink
Upgrade mysql-connector-java to 5.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Aug 3, 2015
1 parent 469702c commit 980fa1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ext {

//Supported Databases
jdbcH2: 'com.h2database:h2:1.4.186',
jdbcMysql: 'mysql:mysql-connector-java:5.1.34',
jdbcMysql: 'mysql:mysql-connector-java:5.1.36',
jdbcPostgresql: 'org.postgresql:postgresql:9.4-1201-jdbc41',

//Freemarker
Expand Down

0 comments on commit 980fa1e

Please # to comment.