Skip to content

Commit

Permalink
fix(deps): update dependency io.r2dbc:r2dbc-proxy to v1.1.3.release (#…
Browse files Browse the repository at this point in the history
…9953)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 37d0b8d commit c8433bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.RELEASE",
"io.r2dbc:r2dbc-proxy:1.1.3.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",
Expand Down

0 comments on commit c8433bf

Please sign in to comment.