Skip to content

Commit 1f33d89

Browse files
Update h2 to 1.4.200
1 parent 28cd297 commit 1f33d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libraryDependencies ++= Seq(
1919
"org.testcontainers" % "mysql" % "1.19.6" % "test",
2020
"com.mysql" % "mysql-connector-j" % "8.3.0" % "test",
2121
"org.scalatest" %% "scalatest-funsuite" % "3.2.18" % "test",
22-
"com.h2database" % "h2" % "1.4.192" % "test",
22+
"com.h2database" % "h2" % "1.4.200" % "test",
2323
"ch.qos.logback" % "logback-classic" % "1.5.2" % "test"
2424
)
2525

0 commit comments

Comments
 (0)