From 7799bc2821375ed0c6e7e436fc6253ac003f6777 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:58:10 +0000 Subject: [PATCH] fix(deps): update dependency com.h2database:h2 to v2.3.230 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index e7bbf066..fff6649d 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.15.2" } -h2db = { module = "com.h2database:h2", version = "2.2.224" } +h2db = { module = "com.h2database:h2", version = "2.3.230" } kotlin-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }