Skip to content

Commit

Permalink
Update postgresql to 42.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 22, 2024
1 parent 646c8e8 commit d02f711
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 @@ -66,7 +66,7 @@ lazy val root = (project in file("."))
"org.slf4j" % "jul-to-slf4j" % "2.0.12",
"com.typesafe.slick" %% "slick" % "3.4.1",
"com.typesafe.slick" %% "slick-hikaricp" % "3.4.1",
"org.postgresql" % "postgresql" % "42.7.1",
"org.postgresql" % "postgresql" % "42.7.2",
"com.github.jwt-scala" %% "jwt-core" % "9.4.6",
"com.github.jwt-scala" %% "jwt-spray-json" % "9.0.2",
"org.mindrot" % "jbcrypt" % "0.4",
Expand Down

0 comments on commit d02f711

Please sign in to comment.