mirror of https://github.com/halo-dev/halo
Upgrade jasync-sql to 2.1.23 (#3192)
#### What type of PR is this? /kind improvement /area core /milestone 2.2.x #### What this PR does / why we need it: See https://github.com/jasync-sql/jasync-sql/releases/tag/2.1.23 for more. #### Does this PR introduce a user-facing change? ```release-note 升级依赖 jasync-sql 至 2.1.13 ```pull/3191/head^2
parent
ef45f396d8
commit
b0be55cfad
|
@ -97,7 +97,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.7'
|
||||
runtimeOnly 'com.github.jasync-sql:jasync-r2dbc-mysql:2.1.23'
|
||||
runtimeOnly 'org.mariadb:r2dbc-mariadb:1.1.3'
|
||||
runtimeOnly 'org.postgresql:postgresql'
|
||||
runtimeOnly 'org.postgresql:r2dbc-postgresql'
|
||||
|
|
Loading…
Reference in New Issue