Skip to content

Commit

Permalink
Fix #7 Update mysql-connector-java from 5.1.34 to 5.1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Mar 26, 2015
1 parent 60fb60d commit be61aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
Convert MySQL text to MongoDB UTF-8 String
* [#6](https://github.com/ngocdaothanh/mydit/issues/6)
Update Logback from 1.1.2 to 1.1.3
* [#7](https://github.com/ngocdaothanh/mydit/issues/7)
Update mysql-connector-java from 5.1.34 to 5.1.35

1.2:

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libraryDependencies += "org.codehaus.janino" % "janino" % "2.7.8"

libraryDependencies += "com.typesafe" % "config" % "1.2.1"

libraryDependencies += "mysql" % "mysql-connector-java" % "5.1.34"
libraryDependencies += "mysql" % "mysql-connector-java" % "5.1.35"
libraryDependencies += "com.github.shyiko" % "mysql-binlog-connector-java" % "0.1.2"

libraryDependencies += "org.mongodb" % "mongo-java-driver" % "2.13.0"
Expand Down

0 comments on commit be61aa8

Please sign in to comment.