Browse Source

Upgrade to R2DBC MySQL 1.1.3

Closes gh-40263
pull/40319/head
Andy Wilkinson 2 years ago
parent
commit
c67dca93ea
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1520,7 +1520,7 @@ bom { @@ -1520,7 +1520,7 @@ bom {
]
}
}
library("R2DBC MySQL", "1.1.2") {
library("R2DBC MySQL", "1.1.3") {
group("io.asyncer") {
modules = [
"r2dbc-mysql"

Loading…
Cancel
Save