Browse Source

Upgrade to R2DBC MSSQL 1.0.3.RELEASE

Closes gh-47185
pull/47304/head
Stéphane Nicoll 3 months ago
parent
commit
0a67bbe626
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1791,7 +1791,7 @@ bom { @@ -1791,7 +1791,7 @@ bom {
releaseNotes("https://github.com/mariadb-corporation/mariadb-connector-r2dbc/releases/tag/{version}")
}
}
library("R2DBC MSSQL", "1.0.2.RELEASE") {
library("R2DBC MSSQL", "1.0.3.RELEASE") {
group ("io.r2dbc") {
modules = [
"r2dbc-mssql"

Loading…
Cancel
Save