Explorar el Código

fix(deps): update dependency io.r2dbc:r2dbc-proxy to v1.1.5.release (main) (#11241)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] hace 10 meses
padre
commit
1df26f86fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dependencyManagement/build.gradle.kts

+ 1 - 1
dependencyManagement/build.gradle.kts

@@ -82,7 +82,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.4.RELEASE",
+  "io.r2dbc:r2dbc-proxy:1.1.5.RELEASE",
   "ch.qos.logback:logback-classic:1.3.14", // 1.4+ requires Java 11+
   "com.github.stefanbirkner:system-lambda:1.2.1",
   "com.github.stefanbirkner:system-rules:1.19.0",