From 3794ac2d3c4854b9a3993cbaaa7fabc149f9c4b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:44:25 +0000 Subject: [PATCH] fix(deps): update dependency com.h2database:h2 to v2.3.232 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 4d1f8cef..1437db21 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -84,7 +84,7 @@ thumbnailator = { module = "net.coobird:thumbnailator", version = "0.4.20" } flyway-core = { module = "org.flywaydb:flyway-core" } flyway-postgresql = { module = "org.flywaydb:flyway-database-postgresql", version = "10.17.0" } -h2db = { module = "com.h2database:h2", version = "2.3.230" } +h2db = { module = "com.h2database:h2", version = "2.3.232" } kotlin-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }