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>
This commit is contained in:
parent
b5fd786542
commit
e843d085e3
|
@ -79,7 +79,7 @@ val CORE_DEPENDENCIES = listOf(
|
|||
// There are dependencies included here that appear to have no usages, but are maintained at
|
||||
// this top level to help consistently satisfy large numbers of transitive dependencies.
|
||||
val DEPENDENCIES = listOf(
|
||||
"io.r2dbc:r2dbc-proxy:1.1.3.RELEASE",
|
||||
"io.r2dbc:r2dbc-proxy:1.1.4.RELEASE",
|
||||
"ch.qos.logback:logback-classic:1.3.8", // 1.4+ requires Java 11+
|
||||
"com.github.stefanbirkner:system-lambda:1.2.1",
|
||||
"com.github.stefanbirkner:system-rules:1.19.0",
|
||||
|
|
Loading…
Reference in New Issue