chore(*): upgrade to Micronaut 4.3 with other dependency upgrades

This commit is contained in:
Loïc Mathieu
2024-02-08 15:46:18 +01:00
parent c740cc1771
commit 662e85a568
4 changed files with 9 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ dependencies {
implementation("io.micronaut.sql:micronaut-jooq")
runtimeOnly("org.postgresql:postgresql:42.7.1")
runtimeOnly('org.flywaydb:flyway-database-postgresql')
testImplementation project(':core').sourceSets.test.output
testImplementation project(':jdbc').sourceSets.test.output