Skip to content

Commit fd500f9

Browse files
committed
Upgrade to R2DBC Postgresql 1.0.9.RELEASE
Closes gh-48021
1 parent 7c8eac6 commit fd500f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@ bom {
18241824
releaseNotes("https://github.com/r2dbc/r2dbc-pool/releases/tag/v{version}")
18251825
}
18261826
}
1827-
library("R2DBC Postgresql", "1.0.8.RELEASE") {
1827+
library("R2DBC Postgresql", "1.0.9.RELEASE") {
18281828
considerSnapshots()
18291829
group("org.postgresql") {
18301830
modules = [

0 commit comments

Comments
 (0)