From 9c4da40caf3e440abe8758710367322144f716ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:51:02 +0000 Subject: [PATCH] chore(deps): update jooq to v3.19.15 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 722f24f..d657791 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "2.0.21" detekt = "1.23.7" kotest = "5.9.1" flyway = "10.20.1" -jooq = "3.19.14" +jooq = "3.19.15" testcontainers = "1.20.3" postgres = "42.7.4" hikari = "6.0.0"