Skip to content

Commit

Permalink
Update h2 to 2.1.214 (#2855)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
zio-scala-steward[bot] authored Sep 17, 2023
1 parent de224ec commit 644d92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ lazy val jdbcTestingLibraries = Seq(
libraryDependencies ++= Seq(
"com.zaxxer" % "HikariCP" % "4.0.3" exclude ("org.slf4j", "*"),
"com.mysql" % "mysql-connector-j" % "8.1.0" % Test,
"com.h2database" % "h2" % "2.1.212" % Test,
"com.h2database" % "h2" % "2.1.214" % Test,
"org.postgresql" % "postgresql" % "42.6.0" % Test,
"org.xerial" % "sqlite-jdbc" % "3.42.0.1" % Test,
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.2.2.jre8" % Test,
Expand Down

0 comments on commit 644d92d

Please sign in to comment.