fix(deps): update dependency com.h2database:h2 to v2.3.232

This commit is contained in:
renovate[bot]
2024-08-12 19:44:25 +00:00
committed by GitHub
parent 42b9d4e64b
commit 564b13a915
+1 -1
View File
@@ -84,7 +84,7 @@ thumbnailator = { module = "net.coobird:thumbnailator", version = "0.4.20" }
flyway-core = { module = "org.flywaydb:flyway-core" } flyway-core = { module = "org.flywaydb:flyway-core" }
flyway-postgresql = { module = "org.flywaydb:flyway-database-postgresql", version = "10.17.0" } 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" } kotlin-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }