Skip to content

Commit 7edd76c

Browse files
committed
Upgrade to R2DBC H2 1.0.1.RELEASE
Closes gh-47727
1 parent 9031f15 commit 7edd76c

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
@@ -1768,7 +1768,7 @@ bom {
17681768
.formatted(version.toString("_")))
17691769
}
17701770
}
1771-
library("R2DBC H2", "1.0.0.RELEASE") {
1771+
library("R2DBC H2", "1.0.1.RELEASE") {
17721772
considerSnapshots()
17731773
group("io.r2dbc") {
17741774
modules = [

0 commit comments

Comments
 (0)