From 97af7395e1f25b7c1db37e7b67564a80c61ba67f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 06:44:32 +0000 Subject: [PATCH] Bump mysql-connector-java from 8.0.20 to 8.0.21 in /modules/spock Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.20 to 8.0.21. - [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/compare/8.0.20...8.0.21) Signed-off-by: dependabot[bot] --- modules/spock/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/spock/build.gradle b/modules/spock/build.gradle index ee4ac56053f..1a9eddf4ffc 100644 --- a/modules/spock/build.gradle +++ b/modules/spock/build.gradle @@ -16,7 +16,7 @@ dependencies { testCompile 'org.apache.httpcomponents:httpclient:4.5.12' testRuntime 'org.postgresql:postgresql:42.2.14' - testRuntime 'mysql:mysql-connector-java:8.0.20' + testRuntime 'mysql:mysql-connector-java:8.0.21' } sourceJar {