mirror of https://github.com/usbharu/Hideout.git
fix(deps): update dependency com.h2database:h2 to v2.3.230
This commit is contained in:
parent
92ca9343aa
commit
7799bc2821
|
@ -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.15.2" }
|
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" }
|
kotlin-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue