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" }