We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9748d1d commit a735a3aCopy full SHA for a735a3a
dependencyManagement/build.gradle.kts
@@ -79,7 +79,7 @@ val CORE_DEPENDENCIES = listOf(
79
// There are dependencies included here that appear to have no usages, but are maintained at
80
// this top level to help consistently satisfy large numbers of transitive dependencies.
81
val DEPENDENCIES = listOf(
82
- "io.r2dbc:r2dbc-proxy:1.1.2.RELEASE",
+ "io.r2dbc:r2dbc-proxy:1.1.4.RELEASE",
83
"ch.qos.logback:logback-classic:1.3.8", // 1.4+ requires Java 11+
84
"com.github.stefanbirkner:system-lambda:1.2.1",
85
"com.github.stefanbirkner:system-rules:1.19.0",
0 commit comments