Skip to content

Commit 79cffb3

Browse files
authored
Merge pull request #1459 from Baeldung/update/h2-2.3.230
Update h2 from 2.2.224 to 2.3.230
2 parents 48e59d6 + e7aa563 commit 79cffb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ lazy val scala2_libraries =
385385
),
386386
libraryDependencies ++= Seq(
387387
"com.typesafe.slick" %% "slick" % slickVersion,
388-
"com.h2database" % "h2" % "2.2.224"
388+
"com.h2database" % "h2" % "2.3.230"
389389
),
390390
scalacOptions += "-Xasync",
391391
Defaults.itSettings
@@ -559,7 +559,7 @@ lazy val scala_libraries_persistence =
559559
.map(_.withConfigurations(Some("it,test"))),
560560
libraryDependencies ++= Seq(
561561
"com.typesafe.slick" %% "slick" % slickVersion,
562-
"com.h2database" % "h2" % "2.2.224",
562+
"com.h2database" % "h2" % "2.3.230",
563563
"org.tpolecat" %% "skunk-core" % "0.6.4",
564564
doobieCore,
565565
doobiePGDep,

0 commit comments

Comments
 (0)