Skip to content

Commit

Permalink
Update dependency com.h2database:h2 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent dddb8fb commit 4ae2967
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 @@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
evolutions,

"org.projectlombok" % "lombok" % "1.18.26",
"com.h2database" % "h2" % "1.4.200",
"com.h2database" % "h2" % "2.3.230",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.7.9",
)

Expand Down

0 comments on commit 4ae2967

Please sign in to comment.