File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hibernate-spatial/databases/mysql56 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments