Browse Source

Upgrade to R2DBC MySQL 1.0.3

Closes gh-37466
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
b16ca8727e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save