Skip to content

Commit 2b31db8

Browse files
committed
Upgrade to R2DBC Postgresql 1.0.5.RELEASE
Closes gh-40335
1 parent ed7c2da commit 2b31db8

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
@@ -1547,7 +1547,7 @@ bom {
15471547
releaseNotes("https://github.com/r2dbc/r2dbc-pool/releases/tag/v{version}")
15481548
}
15491549
}
1550-
library("R2DBC Postgresql", "1.0.4.RELEASE") {
1550+
library("R2DBC Postgresql", "1.0.5.RELEASE") {
15511551
considerSnapshots()
15521552
group("org.postgresql") {
15531553
modules = [

0 commit comments

Comments
 (0)