From 2707b3e5bd29be02dec9a6e0ade107be80b95e33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:12:35 +0100 Subject: [PATCH] Update all dependencies (#198) | datasource | package | from | to | | ---------- | --------------------------------- | ------ | ------ | | maven | com.sksamuel.cohort:cohort-hikari | 2.2.1 | 2.3.0 | | maven | com.sksamuel.cohort:cohort-core | 2.2.1 | 2.3.0 | | maven | org.testcontainers:postgresql | 1.19.1 | 1.19.2 | 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 ea82809..3a1efe6 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -11,7 +11,7 @@ detekt = "1.23.3" ktor = "2.3.6" logback = "1.4.11" sqldelight="2.0.0" -testcontainers="1.19.1" +testcontainers="1.19.2" hikari="5.1.0" postgresql="42.6.0" kjwt="0.9.0" @@ -19,7 +19,7 @@ kotest-arrow="1.4.0" kotest-testcontainers="2.0.2" slugify="3.0.6" suspendapp="0.4.0" -cohort="2.2.1" +cohort="2.3.0" spotless="6.22.0" [libraries]