From 0ee3f25899f618ece932c41c16973f9c7b9adb97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 06:17:11 +0000 Subject: [PATCH] Bump mysql-connector-java from 8.0.22 to 8.0.25 Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.22 to 8.0.25. - [Release notes](https://github.com/mysql/mysql-connector-j/releases) - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/commits) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0af9331..eab2270 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { testImplementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' testImplementation group: 'com.h2database', name: 'h2', version: '1.4.200' testImplementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.0' - testImplementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.22' + testImplementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.25' testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.32.3.2' testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.2.18'