chore(deps): update most of java deps

This commit is contained in:
Ludovic DEHON
2024-01-11 15:32:52 +01:00
parent edc060c1d4
commit 2c69382d49
7 changed files with 27 additions and 27 deletions

View File

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