diff --git a/project/plugins.sbt b/project/plugins.sbt index 1fb8d3a860a..b588f3bc032 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -40,5 +40,5 @@ libraryDependencies ++= Seq( // PostgresDatabase.loadForeignKeys can't read (it looks up lowercase key_seq), // breaking JOOQ code generation. Fixed only in jOOQ 3.20+ (jOOQ/jOOQ#17873); jOOQ // is capped at 3.19.36 here (the last Java-17 release), so keep this driver pinned. - "org.postgresql" % "postgresql" % "42.7.4" + "org.postgresql" % "postgresql" % "42.7.13" )