From ee032f8cb9e7cf9311984f1d639d7b1e1434cb6f Mon Sep 17 00:00:00 2001 From: John Niang Date: Wed, 26 Oct 2022 12:24:09 +0800 Subject: [PATCH] Bump jasync-r2dbc-mysql to 2.1.7 (#2631) #### What type of PR is this? /kind improvement /area core /milestone 2.0 #### What this PR does / why we need it: Please refer to . #### Does this PR introduce a user-facing change? ```release-note None ``` --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c2a4481fc..902195269 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,7 @@ dependencies { // See https://github.com/spring-projects/spring-data-relational/commit/ee6c2c89b5c433748b22a79cf40dc8e01142caa3 // for more. runtimeOnly 'io.r2dbc:r2dbc-h2' - runtimeOnly 'com.github.jasync-sql:jasync-r2dbc-mysql:2.1.5' + runtimeOnly 'com.github.jasync-sql:jasync-r2dbc-mysql:2.1.7' runtimeOnly 'org.postgresql:postgresql' runtimeOnly 'org.postgresql:r2dbc-postgresql'