Browse Source

Upgrade to R2DBC MariaDB 1.2.1

Closes gh-41398
pull/41443/head
Andy Wilkinson 2 years ago
parent
commit
c02b613cb7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1594,7 +1594,7 @@ bom { @@ -1594,7 +1594,7 @@ bom {
]
}
}
library("R2DBC MariaDB", "1.2.0") {
library("R2DBC MariaDB", "1.2.1") {
group("org.mariadb") {
modules = [
"r2dbc-mariadb"

Loading…
Cancel
Save