We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ae6f00 + e2f8978 commit f709026Copy full SHA for f709026
micronaut-reactive/build.gradle.kts
@@ -29,7 +29,7 @@ dependencies {
29
implementation("jakarta.persistence:jakarta.persistence-api:3.2.0")
30
runtimeOnly("org.yaml:snakeyaml")
31
runtimeOnly("ch.qos.logback:logback-classic:1.5.18")
32
- runtimeOnly("io.vertx:vertx-pg-client:5.0.3")
+ runtimeOnly("io.vertx:vertx-pg-client:5.0.4")
33
runtimeOnly("io.r2dbc:r2dbc-pool:1.0.2.RELEASE")
34
runtimeOnly("org.postgresql:r2dbc-postgresql:1.0.7.RELEASE")
35
}
0 commit comments