Browse Source

Upgrade to R2DBC MSSQL 1.0.2.RELEASE

Closes gh-36471
pull/36477/head
Andy Wilkinson 2 years ago
parent
commit
8100aba332
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1139,7 +1139,7 @@ bom { @@ -1139,7 +1139,7 @@ bom {
]
}
}
library("R2DBC MSSQL", "1.0.1.RELEASE") {
library("R2DBC MSSQL", "1.0.2.RELEASE") {
group ("io.r2dbc") {
modules = [
"r2dbc-mssql"

Loading…
Cancel
Save