Skip to content

Commit

Permalink
update mysql connector
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Apr 5, 2014
1 parent 5320d5d commit 1f72c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ grails.project.dependency.resolution = {
dependencies {
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.

runtime 'mysql:mysql-connector-java:5.1.16'
runtime 'mysql:mysql-connector-java:5.1.30'
test "net.sourceforge.htmlunit:htmlunit:2.10" // 2.11 didn't work...
}

Expand Down

0 comments on commit 1f72c7a

Please sign in to comment.