From 3b8614c9f5906529013cf3207e87b69670450ef6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 08:14:41 +0000 Subject: [PATCH] fix: Update Gradle dependencies --- libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs.versions.toml b/libs.versions.toml index d6e5a75..aa92116 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -jooq = "3.19.10" -flyway = "10.17.0" +jooq = "3.19.11" +flyway = "10.17.1" testcontainers = "1.20.1" jna = "5.14.0"