Skip to content

Commit c958ba4

Browse files
committed
Upgrade to R2DBC H2 1.0.1.RELEASE
Closes gh-47729
1 parent 74d8aa6 commit c958ba4

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
@@ -1879,7 +1879,7 @@ bom {
18791879
.formatted(version.toString("_")))
18801880
}
18811881
}
1882-
library("R2DBC H2", "1.0.0.RELEASE") {
1882+
library("R2DBC H2", "1.0.1.RELEASE") {
18831883
considerSnapshots()
18841884
group("io.r2dbc") {
18851885
modules = [

0 commit comments

Comments
 (0)