Skip to content

Commit e843d08

Browse files
fix(deps): update dependency io.r2dbc:r2dbc-proxy to v1.1.4.release (#10218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5fd786 commit e843d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ val CORE_DEPENDENCIES = listOf(
7979
// There are dependencies included here that appear to have no usages, but are maintained at
8080
// this top level to help consistently satisfy large numbers of transitive dependencies.
8181
val DEPENDENCIES = listOf(
82-
"io.r2dbc:r2dbc-proxy:1.1.3.RELEASE",
82+
"io.r2dbc:r2dbc-proxy:1.1.4.RELEASE",
8383
"ch.qos.logback:logback-classic:1.3.8", // 1.4+ requires Java 11+
8484
"com.github.stefanbirkner:system-lambda:1.2.1",
8585
"com.github.stefanbirkner:system-rules:1.19.0",

0 commit comments

Comments
 (0)