Skip to content

Commit 4c9f7d4

Browse files
dependency: Update dependency com.h2database:h2 to v2.4.240
1 parent d0257c0 commit 4c9f7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object Versions {
1919

2020
const val MARIA_DB = "3.5.1"
2121
const val POSTGRESQL = "42.7.5"
22-
const val H2 = "2.3.232"
22+
const val H2 = "2.4.240"
2323
const val ORMLITE = "6.1"
2424
const val HIKARI_CP = "5.1.0"
2525
}

0 commit comments

Comments
 (0)