Update postgresql to 42.7.6

This commit is contained in:
Scala Steward
2025-05-28 10:47:03 +00:00
committed by kenji yoshida
parent 369b08eae3
commit e5d15569df

View File

@@ -46,7 +46,7 @@ libraryDependencies ++= Seq(
"com.novell.ldap" % "jldap" % "2009-10-07", "com.novell.ldap" % "jldap" % "2009-10-07",
"com.h2database" % "h2" % "1.4.199", "com.h2database" % "h2" % "1.4.199",
"org.mariadb.jdbc" % "mariadb-java-client" % "2.7.12", "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.12",
"org.postgresql" % "postgresql" % "42.7.5", "org.postgresql" % "postgresql" % "42.7.6",
"ch.qos.logback" % "logback-classic" % "1.5.18", "ch.qos.logback" % "logback-classic" % "1.5.18",
"com.zaxxer" % "HikariCP" % "6.3.0" exclude ("org.slf4j", "slf4j-api"), "com.zaxxer" % "HikariCP" % "6.3.0" exclude ("org.slf4j", "slf4j-api"),
"com.typesafe" % "config" % "1.4.3", "com.typesafe" % "config" % "1.4.3",