Skip to content

Commit e82c8fe

Browse files
committed
upgrade very ancient mariadb JDBC driver
(to get a bigfix)
1 parent 126de86 commit e82c8fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

databases/mariadb/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 'org.mariadb.jdbc:mariadb-java-client:2.2.4'
7+
jdbcDependency 'org.mariadb.jdbc:mariadb-java-client:2.7.7'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ dependencyResolutionManagement {
193193
alias( "cockroachdb" ).to( "org.postgresql", "postgresql" ).version( "42.2.8" )
194194
alias( "mysql" ).to( "mysql", "mysql-connector-java" ).versionRef( "mysql" )
195195
alias( "tidb" ).to( "mysql", "mysql-connector-java" ).versionRef( "mysql" )
196-
alias( "mariadb" ).to( "org.mariadb.jdbc", "mariadb-java-client" ).version( "2.2.3" )
196+
alias( "mariadb" ).to( "org.mariadb.jdbc", "mariadb-java-client" ).version( "2.7.7" )
197197
alias( "oracle" ).to( "com.oracle.database.jdbc", "ojdbc8" ).versionRef( "oracle" )
198198
alias( "oracleXml" ).to( "com.oracle.database.xml", "xdb" ).versionRef( "oracle" )
199199
alias( "oracleXmlParser" ).to( "com.oracle.database.xml", "xmlparserv2" ).versionRef( "oracle" )

0 commit comments

Comments
 (0)