From 73ccfd0788324fbb4000b37d51075eaad4fc8e2f Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:58:52 +0000 Subject: [PATCH] Update postgresql to 42.7.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f67b11524..f1ef82b86 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ libraryDependencies ++= Seq( "com.novell.ldap" % "jldap" % "2009-10-07", "com.h2database" % "h2" % "2.4.240", "org.mariadb.jdbc" % "mariadb-java-client" % "2.7.13", - "org.postgresql" % "postgresql" % "42.7.9", + "org.postgresql" % "postgresql" % "42.7.10", "ch.qos.logback" % "logback-classic" % "1.5.29", "com.zaxxer" % "HikariCP" % "7.0.2" exclude ("org.slf4j", "slf4j-api"), "com.typesafe" % "config" % "1.4.5",