Skip to content

Commit 8aadadd

Browse files
committed
update MySQL Connector/J to 5.1.28
1 parent 349f40e commit 8aadadd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

jdbc-mysql/lib/jdbc/mysql.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Jdbc
55
module MySQL
66

77
def self.driver_jar
8-
"mysql-connector-java-#{DRIVER_VERSION}.jar"
8+
"mysql-connector-java-#{DRIVER_VERSION}-bin.jar"
99
end
1010

1111
def self.load_driver(method = :load)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Jdbc
22
module MySQL
3-
DRIVER_VERSION = '5.1.27'
3+
DRIVER_VERSION = '5.1.28'
44
VERSION = DRIVER_VERSION
55
end
66
end
852 KB
Binary file not shown.

0 commit comments

Comments
 (0)