Skip to content

Commit

Permalink
Merge pull request #566 from innFactory/update/postgresql-42.7.3
Browse files Browse the repository at this point in the history
chore: update postgresql from 42.7.2 to 42.7.3
  • Loading branch information
mergify[bot] authored Mar 15, 2024
2 parents 230843e + fa86be0 commit 12869ce
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.2"
val postgresql = "org.postgresql" % "postgresql" % "42.7.3"
val cats = "org.typelevel" %% "cats-core" % "2.10.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 12869ce

Please sign in to comment.