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:
renovate[bot] 2024-01-12 09:20:43 +02:00 committed by GitHub
parent b5fd786542
commit e843d085e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",