Skip to content

Commit

Permalink
Update mysql-connector-java from 5.1.38 to 5.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jun 27, 2016
1 parent 1b41b07 commit 7269532
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ dependencies {
antlr4 'org.antlr:antlr4:4.5.3'
compile 'org.antlr:antlr4-runtime:4.5.3'

compile 'mysql:mysql-connector-java:5.1.38'
// VersionEye states that 6.0.3 is the most recent version, but http://dev.mysql.com/downloads/connector/j/ shows that as "Development Release"
compile 'mysql:mysql-connector-java:5.1.39'

compile 'org.postgresql:postgresql:9.4.1208'

compile 'net.java.dev.glazedlists:glazedlists_java15:1.9.1'
Expand Down

0 comments on commit 7269532

Please sign in to comment.