From 0cdd8d1469e73801ee8ea11c4036c05b66260db8 Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 21 Feb 2025 19:58:26 +0800 Subject: [PATCH] Upgrade to R2DBC MySQL 1.4.0 (#7237) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind bug /area core /milestone 2.20.x #### What this PR does / why we need it: This PR upgrades to R2dbc MySQL [1.4.0](https://github.com/asyncer-io/r2dbc-mysql/releases/tag/r2dbc-mysql-1.4.0) and tries to fix . #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/6854 #### Does this PR introduce a user-facing change? ```release-note 升级依赖 R2DBC MySQL 至 1.4.0 ``` --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index af39f98c4..eae1ff03d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,2 @@ version=2.20.11-SNAPSHOT +r2dbc-mysql.version=1.4.0