diff --git a/micronaut-reactive/build.gradle.kts b/micronaut-reactive/build.gradle.kts index 40c64d66..6cae9680 100644 --- a/micronaut-reactive/build.gradle.kts +++ b/micronaut-reactive/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { runtimeOnly("ch.qos.logback:logback-classic:1.5.8") runtimeOnly("io.vertx:vertx-pg-client:4.5.10") runtimeOnly("io.r2dbc:r2dbc-pool:1.0.1.RELEASE") - runtimeOnly("org.postgresql:r2dbc-postgresql:1.0.5.RELEASE") + runtimeOnly("org.postgresql:r2dbc-postgresql:1.0.6.RELEASE") } tasks {