Skip to content

Commit

Permalink
Update postgresql to 42.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 7, 2023
1 parent 5e8b21e commit c56dd20
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.9",
"com.typesafe.slick" %% "slick" % "3.4.1",
"com.typesafe.slick" %% "slick-hikaricp" % "3.4.1",
"org.postgresql" % "postgresql" % "42.7.0",
"org.postgresql" % "postgresql" % "42.7.1",
"com.github.jwt-scala" %% "jwt-core" % "9.4.5",
"com.github.jwt-scala" %% "jwt-spray-json" % "9.0.2",
"org.mindrot" % "jbcrypt" % "0.4",
Expand Down

0 comments on commit c56dd20

Please sign in to comment.