Skip to content

Commit 61a23e0

Browse files
committed
HHH-13582 Downgrade MySQL Connector/J to 8.0.12 to be consistent with WF18
1 parent 52bdda7 commit 61a23e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libraries.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ext {
110110
hsqldb: "org.hsqldb:hsqldb:2.3.2",
111111
derby: "org.apache.derby:derby:10.11.1.1",
112112
postgresql: 'org.postgresql:postgresql:42.2.2',
113-
mysql: 'mysql:mysql-connector-java:8.0.17',
113+
mysql: 'mysql:mysql-connector-java:8.0.12',
114114
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.3',
115115

116116
oracle: 'com.oracle.jdbc:ojdbc8:12.2.0.1',

hibernate-spatial/databases/mysql56/matrix.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
55
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
66
*/
7-
jdbcDependency "mysql:mysql-connector-java:8.0.17"
7+
jdbcDependency "mysql:mysql-connector-java:8.0.12"

0 commit comments

Comments
 (0)