Skip to content

Commit

Permalink
Merge pull request #635 from innFactory/update/postgresql-42.7.4
Browse files Browse the repository at this point in the history
chore: update postgresql from 42.7.3 to 42.7.4
  • Loading branch information
mergify[bot] authored Aug 23, 2024
2 parents ba08d2a + cc1ebe1 commit ab42693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Dependencies {
val joda = "joda-time" % "joda-time" % "2.12.7"
val hikariCP = "com.zaxxer" % "HikariCP" % "5.1.0"

val postgresql = "org.postgresql" % "postgresql" % "42.7.3"
val postgresql = "org.postgresql" % "postgresql" % "42.7.4"
val cats = "org.typelevel" %% "cats-core" % "2.12.0"
val henkanConvert = "com.kailuowang" %% "henkan-convert" % "0.6.5"
val henkanOptional = "com.kailuowang" %% "henkan-optional" % "0.6.5"
Expand Down

0 comments on commit ab42693

Please sign in to comment.