From 8f77c1da7aa8e3f4882fdc6c50cb7bc1016877f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:33:16 +0100 Subject: [PATCH] Update all dependencies (#199) | datasource | package | from | to | | ---------- | ----------------------------- | ------ | ------ | | maven | org.postgresql:postgresql | 42.6.0 | 42.7.0 | | maven | org.testcontainers:postgresql | 1.19.2 | 1.19.3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs.versions.toml b/libs.versions.toml index 3a1efe6..97e0c80 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -11,9 +11,9 @@ detekt = "1.23.3" ktor = "2.3.6" logback = "1.4.11" sqldelight="2.0.0" -testcontainers="1.19.2" +testcontainers="1.19.3" hikari="5.1.0" -postgresql="42.6.0" +postgresql="42.7.0" kjwt="0.9.0" kotest-arrow="1.4.0" kotest-testcontainers="2.0.2"