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 a0bef44 + 102b2eb commit 7ad983cCopy full SHA for 7ad983c
build.gradle.kts
@@ -111,7 +111,7 @@ dependencies {
111
implementation("io.micronaut.flyway:micronaut-flyway")
112
implementation("io.micronaut.data:micronaut-data-jdbc")
113
implementation("io.micronaut.sql:micronaut-jdbc-hikari")
114
- runtimeOnly("org.postgresql:postgresql:42.7.4") // Remove fixed version when micronaut has updated to 42.5.5+
+ runtimeOnly("org.postgresql:postgresql:42.7.5") // Remove fixed version when micronaut has updated to 42.5.5+
115
116
// R2BDC data access (for use by all data sources)
117
implementation("io.micronaut.data:micronaut-data-r2dbc")
0 commit comments