Browse Source

Upgrade to R2DBC Proxy 1.1.6.RELEASE

Closes gh-45467
pull/45503/head
Stéphane Nicoll 9 months ago
parent
commit
36d3bbff3d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1909,7 +1909,7 @@ bom {
releaseNotes("https://github.com/pgjdbc/r2dbc-postgresql/releases/tag/v{version}") releaseNotes("https://github.com/pgjdbc/r2dbc-postgresql/releases/tag/v{version}")
} }
} }
library("R2DBC Proxy", "1.1.5.RELEASE") { library("R2DBC Proxy", "1.1.6.RELEASE") {
considerSnapshots() considerSnapshots()
group("io.r2dbc") { group("io.r2dbc") {
modules = [ modules = [

Loading…
Cancel
Save